Deletes a message.
The message Id.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Dismisses the OOTB message center if displayed.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Requests to display the Message Center.
Will either emit an event to display the Message Center if auto launch message center is disabled, or display the OOTB message center.
Optional
messageId: stringOptional message Id.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Gets the inbox messages.
Success callback.
Optional
error: ((err: string) => void)Error callback.
Gets the unread count.
Success callback.
Optional
error: ((err: string) => void)Error callback.
Marks a message as read.
The message Id.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Event when the message center is requested to be displayed.
A cancellable that can be used to cancel the listener.
The callback.
Event when the message list is updated.
A cancellable that can be used to cancel the listener.
The callback.
Refreshes the messages.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Overlays the message view. Should be used to display the actual message body in a custom Message Center.
The message Id.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Generated using TypeDoc
Airship Message Center