toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.remoteconfig
/
AdditionalAudienceCheckConfig
Additional
Audience
Check
Config
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
AdditionalAudienceCheckConfig
(
val
isEnabled
:
Boolean
,
val
context
:
JsonValue
?
,
val
url
:
String
?
)
:
JsonSerializable
Members
Constructors
Additional
Audience
Check
Config
Link copied to clipboard
constructor
(
isEnabled
:
Boolean
,
context
:
JsonValue
?
,
url
:
String
?
)
Properties
context
Link copied to clipboard
val
context
:
JsonValue
?
is
Enabled
Link copied to clipboard
val
isEnabled
:
Boolean
url
Link copied to clipboard
val
url
:
String
?
Functions
to
Json
Value
Link copied to clipboard
open
override
fun
toJsonValue
(
)
:
JsonValue
Returns the objects represented as a JsonValue.