class Teak.Channel

Teak Marketing Channel.

Static Methods

getCategoriesJson

Get a list of the notification channel categories as a JSON string.

String getCategoriesJson();

Return

A Json array of notification categories. This will be null if RemoteConfiguration has not yet happened.

getCategories

Get a list of the notification channel categories.

List<Channel.Category> getCategories();

Return

A Json array of notification categories. This will be null if RemoteConfiguration has not yet happened.