Method: ActionPush::Ios::Message#category
- Defined in:
- lib/action_push/ios/message.rb
#category ⇒ Object
- 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 |