PingOneProtectInitializeCallback

A callback class for initializing the PingOne Protect SDK. This class extends AbstractProtectCallback and provides functionality to configure the Protect SDK with various parameters such as environment ID, behavioral data collection, console logging, and device attributes to ignore.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Indicates whether behavioral data collection is enabled.

Link copied to clipboard

Indicates whether console logging is enabled.

Link copied to clipboard

The custom host for the Protect SDK.

Link copied to clipboard

A list of device attributes to ignore.

Link copied to clipboard

The environment ID for the Protect SDK.

Link copied to clipboard

Indicates whether lazy metadata loading is enabled.

Functions

Link copied to clipboard
protected open override fun init(name: String, value: JsonElement)
Link copied to clipboard
suspend fun start(): Result<Unit>

Start the PingOne Protect SDK.