TAKPacket-SDK — TypeScript - v0.7.0
    Preparing search index...

    Interface EmergencyAlert

    Emergency alert / 911 beacon.

    interface EmergencyAlert {
        authoringUid?: string;
        cancelReferenceUid?: string;
        type?: number;
    }
    Index

    Properties

    authoringUid?: string

    UID of the user who raised the alert.

    cancelReferenceUid?: string

    For a Cancel alert: the UID of the alert being cancelled.

    type?: number

    EmergencyAlert.Type: 0=Unspecified, 1=Alert911, ..., 6=Cancel