Method: ActionPush::Ios::Message#category

Defined in:
lib/action_push/ios/message.rb

#categoryObject

String

Provide this key with a string value that represents the notification’s type. This value corresponds to the value in the identifier



27
28
29
# File 'lib/action_push/ios/message.rb', line 27

def category
  @category
end