PingOneProtectEvaluationCallback

A callback class for evaluating Protect data collection. This class extends AbstractProtectCallback and provides functionality to collect data from the Protect SDK, with an option to pause behavioral data collection.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Indicates whether to pause behavioral data collection.

Functions

Link copied to clipboard
suspend fun collect(): Result<String>

Collects data from the Protect SDK and returns it as a Result.

Link copied to clipboard
protected open override fun init(name: String, value: JsonElement)