class Teak.UserConfiguration

Configuration options for identifying a user.

Methods

ToDictionary

Dictionary<string, object> ToDictionary();

Properties

Name Type Description Access

Email

string

Email address for the user, or null.

Get/Set

FacebookId

string

Facebook id of the user, or null.

Get/Set

OptOutFacebook

bool

True if the user should be opted out of Facebook Id collection.

Get/Set

OptOutIdfa

bool

True if the user should be opted out of IDFA collection.

Get/Set

OptOutPushKey

bool

True if the user should be opted out of push key collection.

Get/Set