TSAccountProtectionInitializeException

Exception thrown when required parameters for SDK initialization are missing.

This exception is typically raised by TSAccountProtection.initializeSDK when one or more expected string resources (e.g., client ID or base URL) are not defined in the application's strings.xml.

Parameters

missingParameters

A list of the names of the missing parameters.

Constructors

Link copied to clipboard
constructor(missingParameters: List<String>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

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