valueOf

fun valueOf(nativeValue: Int): AlertStatus

Gets the enum entry from a native SDK value.

Return

The corresponding Kotlin enum entry, or ALERT_CREATED if not found.

Parameters

nativeValue

The native SDK enum value.