EmergencyAlertCompletionCallback

interface EmergencyAlertCompletionCallback : STWCallback<T>

This interface is used with STWEmergencyManager to track the result of starting an emergency alert request.

Functions

Link copied to clipboard
abstract fun onSuccess()
Callback when action completed successfully

Inherited functions

Link copied to clipboard
abstract fun onError(@NonNull error: T)
Called when an error occurs following a request executed by the developer.