CustomAlert

interface CustomAlert

Base interface for all custom alerts.

Remaps TB_CUSTOM_ALERT class from coresdk.

Inheritors

Properties

Link copied to clipboard
abstract val internalRef: Long

Internal address storing the underlying C++ object. Creation and deletion are handled in the native part.

Link copied to clipboard
abstract val isEnabled: Boolean

Indicates whether the alert is enabled.

Link copied to clipboard
abstract val repeatAlert: Boolean

If true, the alert is triggered repeatedly while valid. If false, the alert is triggered only the first time.