class TeakNotification.Reply
A class used for asynchronous calls to manipulate Teak notifications.
Properties
Name | Type | Description | Access |
---|---|---|---|
A value that indicates success, or reason for the failure of the call. |
Get/Set |
||
|
If the call was successful, a List containing the notification schedule ids that were created or canceled by the call. |
Get/Set |
Enums
ReplyStatus
Name | Description |
---|---|
|
The call was successful, and the notification has been scheduled for delivery. |
|
The call could not be completed because Teak is unable to send a notification to the device. |
|
The call could not be completed because Teak is not aware of the device scheduling the notification. |
|
An unknown error occured, and the call should be retried. |