CustomerAction

Contains information about the action that you can take to respond to the alarm.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains the configuration information of an acknowledge action.

Link copied to clipboard

The name of the action. The action name can be one of the following values:

Link copied to clipboard

Contains the configuration information of a disable action.

Link copied to clipboard

Contains the configuration information of an enable action.

Link copied to clipboard

Contains the configuration information of a reset action.

Link copied to clipboard

Contains the configuration information of a snooze action.

Functions

Link copied to clipboard
inline fun copy(block: CustomerAction.Builder.() -> Unit = {}): CustomerAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String