GCMNotification

Undocumented in source.

Members

Variables

badge
string badge;

Indicates the badge on client app home icon.

body_
string body_;

Indicates notification body text.

body_loc_args
string[] body_loc_args;

Indicates the string value to replace format specifiers in body string for localization.

body_loc_key
string body_loc_key;

Indicates the key to the body string for localization.

click_action
string click_action;

The action associated with a user click on the notification.

color
string color;

Indicates color of the icon, expressed in #rrggbb format

icon
string icon;

Indicates notification icon. On Android: sets value to myicon for drawable resource myicon.png.

sound
string sound;

Indicates sound to be played. Supports only default currently.

tag
string tag;

Indicates whether each notification message results in a new entry on the notification center on Android. If not set, each request creates a new notification. If set, and a notification with the same tag is already being shown, the new notification replaces the existing one in notification center.

title
string title;

Indicates notification title. This field is not visible on iOS phones and tablets.

title_loc_args
string[] title_loc_args;

Indicates the string value to replace format specifiers in title string for localization.

title_loc_key
string title_loc_key;

Indicates the key to the title string for localization.

Meta