class Teak.Channel.Category

The id, name and description of a Teak marketing channel category

Methods

ToString

Returns a string that represents the current object.

override string ToString();

Return

A string that represents the current object.

Properties

Name Type Description Access

Id

string

The internal identifier of the Opt-Out Category. This is the value that should be provided to SetCategoryState when updating a player’s communication preferences.

Get

Name

string

The player facing name of the Opt-Out Category. This should be shown to your players in an in-game UI.

Get

Description

string

The player facing description of the Opt-Out Category. This should be shown to your players in an in-game UI.

Get