Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-feature-flag
/
com.urbanairship.featureflag
/
FeatureFlagException
Feature
Flag
Exception
sealed
class
FeatureFlagException
(
val
message
:
String
)
:
Exception
Thrown when a feature flag data is stale or outdated.
Inheritors
FailedToFetch
Members
Constructors
Feature
Flag
Exception
Link copied to clipboard
protected
constructor
(
message
:
String
)
Types
Failed
To
Fetch
Link copied to clipboard
class
FailedToFetch
(
val
message
:
String
)
:
FeatureFlagException
Properties
message
Link copied to clipboard
open
override
val
message
:
String
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?