getAvailableAlertTemplates

fun getAvailableAlertTemplates(onCompletion: (Either<List<AlertTemplate>, SippoResourceError>) -> Unit)

Fetches all alert templates available.

Parameters

onCompletion

Callback that will be invoked when the request is completed. It will receive the template alerts list in case of success or a SippoResourceError otherwise.