ContactConfig

data class ContactConfig @JvmOverloads constructor(val foregroundIntervalMs: Long? = null, val channelRegistrationMaxResolveAgeMs: Long? = null) : JsonSerializable

Constructors

Link copied to clipboard
constructor(foregroundIntervalMs: Long? = null, channelRegistrationMaxResolveAgeMs: Long? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJsonValue(): JsonValue

Returns the objects represented as a JsonValue.