Package-level declarations
Types
Link copied to clipboard
interface ConfigParameters
The ConfigParameters class shall represent the configuration parameters that are required by the 3DS SDK for initialization. The following are characteristics of the configuration parameters:
Link copied to clipboard
data class Warning(val id: String, val message: String, val severity: Warning.Severity) : Parcelable
The Warning class shall represent a warning that is produced by the 3DS SDK while performing security checks during initialization.