getAlert

Get an alert by id

This function returns an alert by the Id passed in the parameters.

func getAlert(byId id: String, completion: @escaping (_ model: AlertLinked?, _ error: String?)->()) {
}

What’s Next