| Package | Description |
|---|---|
| com.codename1.push |
Push notification support using either device specific protocols when available
|
| Modifier and Type | Method and Description |
|---|---|
PushBuilder |
PushBuilder.badge(int badge)
Sets the badge to set with the push notification.
|
PushBuilder |
PushBuilder.body(String body)
Sets the body of the push notification.
|
PushBuilder |
PushBuilder.category(String category)
Sets the category of the push notification.
|
PushBuilder |
PushBuilder.imageUrl(String imageUrl)
Sets the URL for an image to send in the push notification.
|
PushBuilder |
PushBuilder.metaData(String metaData)
Sets the metadata (i.e.
|
PushBuilder |
PushBuilder.title(String title)
Sets the title of the push notification.
|
PushBuilder |
PushBuilder.type(int type)
Sets the type of the push notification.
|
Copyright © 2021. All rights reserved.