class Teak.Channel

Teak Marketing Channel.

Static Methods

getCategoriesJson

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

String io.teak.sdk.Teak.Channel.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> io.teak.sdk.Teak.Channel.getCategories();

Return

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