start Emergency Alert
open fun startEmergencyAlert( @NonNull context: Context, emergencyAlertLevel: Int, @Nullable callback: EmergencyAlertCompletionCallback)
Content copied to clipboard
Start and send an emergency alert message
Parameters
context
Contextthe application context
emergency Alert Level
STWEmergencyLevelemergency level, can be one of the following list: EMERGENCY_ALERT_CRITICALEMERGENCY_ALERT_SEVEREEMERGENCY_ALERT_URGENTEMERGENCY_ALERT_CUSTOM
callback
EmergencyAlertCompletionCallback callback to receive results of emergency alert request