FeatureFlag

Airship Feature flag.

Constructors

Link copied to clipboard
constructor(isEligible: Boolean, exists: Boolean, variables: JsonMap?)

Public constructor.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the flag exists in the current flag listing or not

Link copied to clipboard

Indicates whether the device is eligible or not for the flag.

Link copied to clipboard

Flag name. Will be empty if the flag was created through the deprecated constructor.

Link copied to clipboard

Optional variables associated with the flag

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toJsonValue(): JsonValue
Link copied to clipboard
open override fun toString(): String