class TeakNotification.Reply

A class used for asynchronous calls to manipulate Teak notifications.

Properties

Name Type Description Access

Status

A value that indicates success, or reason for the failure of the call.

Get/Set

Notifications

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

Ok

The call was successful, and the notification has been scheduled for delivery.

UnconfiguredKey

The call could not be completed because Teak is unable to send a notification to the device.

InvalidDevice

The call could not be completed because Teak is not aware of the device scheduling the notification.

InternalError

An unknown error occured, and the call should be retried.