AdasisConfig

class AdasisConfig

Configuration of ADASISv2 feature.

Parameters

dataSendingConfig

data sending configuration

pathOptions

ADASISv2 path level specific configurations

Types

Link copied to clipboard
class Builder(dataSendingConfig: AdasisDataSendingConfig)

Builder for AdasisConfig

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
fun toBuilder(): AdasisConfig.Builder

Get a builder to customize a subset of current configuration.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val dataSendingConfig: AdasisDataSendingConfig
Link copied to clipboard
val pathOptions: AdasisConfigPathOptions