Warning
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.
The Warning class shall represent a warning that is produced by the 3DS SDK while performing security checks during initialization.