class TeakNotification
An app-to-user notification received from Teak via GCM.
Static Attributes
Name | Type | Description |
---|---|---|
|
The |
|
|
The |
Static Methods
scheduleNotification
Use |
Schedules a push notification for some time in the future.
FutureTask<String> io.teak.sdk.TeakNotification.scheduleNotification(final String creativeId,
final String defaultMessage,
final long delayInSeconds);
scheduleNotification
Schedules a push notification, to be delivered to other users, for some time in the future.
FutureTask<String> io.teak.sdk.TeakNotification.scheduleNotification(final String creativeId,
final long delayInSeconds,
final String[] userIds);