class Teak.AttributedLaunchData

Base class for describing a Teak-attributed launch of the app.

Attributes

Name Type Description

scheduleName

final String

The name of the schedule responsible on the Teak dashboard; or null if this was not a scheduled channel.

scheduleId

final String

The id of the schedule responsible on the Teak dashboard; or null if this was not a scheduled channel.

creativeName

final String

The name of the creative on the Teak dashboard.

creativeId

final String

The id of the creative on the Teak dashboard.

rewardId

final String

The id of the Teak reward associated with this launch; or null.

channelName

final String

The name of the channel responsible for this attribution.

deepLink

final Uri

The deep link associated with this launch; or null.

optOutCategory

final String

The opt-out category of the marketing channel.

Methods

isIncentivized

Returns true if this was an incentivized launch.

boolean isIncentivized();

Return

True if this notification had a reward attached to it.