toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.remoteconfig
/
ContactConfig
Contact
Config
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
ContactConfig
@
JvmOverloads
constructor
(
val
foregroundIntervalMs
:
Long
?
=
null
,
val
channelRegistrationMaxResolveAgeMs
:
Long
?
=
null
)
:
JsonSerializable
Members
Constructors
Contact
Config
Link copied to clipboard
@
JvmOverloads
constructor
(
foregroundIntervalMs
:
Long
?
=
null
,
channelRegistrationMaxResolveAgeMs
:
Long
?
=
null
)
Types
Companion
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
object
Companion
Properties
channel
Registration
Max
Resolve
Age
Ms
Link copied to clipboard
val
channelRegistrationMaxResolveAgeMs
:
Long
?
=
null
foreground
Interval
Ms
Link copied to clipboard
val
foregroundIntervalMs
:
Long
?
=
null
Functions
to
Json
Value
Link copied to clipboard
open
override
fun
toJsonValue
(
)
:
JsonValue
Returns the objects represented as a JsonValue.