badge property

String badge

The URL of an image to represent the notification when there is not enough space to display the notification itself such as, for example, the Android Notification Bar. On Android devices, the badge should accommodate devices up to 4x resolution, about 96 by 96 px, and the image will be automatically masked.

Implementation

external String get badge;
void badge=(String v)

Implementation

external set badge(String v);