Airship Android SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-feature-flag
/
com.urbanairship.featureflag
/
FeatureFlagException
Feature
Flag
Exception
sealed
class
FeatureFlagException
(
val
message
:
String
)
:
Exception
(
source
)
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
(
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
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?