| Modifier and Type | Method and Description |
|---|---|
static NotificationBuilder.PushNotificationsPlatform |
NotificationBuilder.PushNotificationsPlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationBuilder.PushNotificationsPlatform[] |
NotificationBuilder.PushNotificationsPlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationBuilder |
NotificationBuilder.setTarget(String[] deviceIds,
String[] userIds,
NotificationBuilder.PushNotificationsPlatform[] platforms,
String[] tagNames)
Specify the targets that will receive the push notification.
|
Copyright © 2017. All rights reserved.