Fields Summary |
---|
public static final int | MESSAGE_ID_PWS_FIRST_IDENTIFIERStart of PWS Message Identifier range (includes ETWS and CMAS). |
public static final int | MESSAGE_ID_ETWS_TYPE_MASKBitmask for messages of ETWS type (including future extensions). |
public static final int | MESSAGE_ID_ETWS_TYPEValue for messages of ETWS type after applying {@link #MESSAGE_ID_ETWS_TYPE_MASK}. |
public static final int | MESSAGE_ID_ETWS_EARTHQUAKE_WARNINGETWS Message Identifier for earthquake warning message. |
public static final int | MESSAGE_ID_ETWS_TSUNAMI_WARNINGETWS Message Identifier for tsunami warning message. |
public static final int | MESSAGE_ID_ETWS_EARTHQUAKE_AND_TSUNAMI_WARNINGETWS Message Identifier for earthquake and tsunami combined warning message. |
public static final int | MESSAGE_ID_ETWS_TEST_MESSAGEETWS Message Identifier for test message. |
public static final int | MESSAGE_ID_ETWS_OTHER_EMERGENCY_TYPEETWS Message Identifier for messages related to other emergency types. |
public static final int | MESSAGE_ID_CMAS_FIRST_IDENTIFIERStart of CMAS Message Identifier range. |
public static final int | MESSAGE_ID_CMAS_ALERT_PRESIDENTIAL_LEVELCMAS Message Identifier for Presidential Level alerts. |
public static final int | MESSAGE_ID_CMAS_ALERT_EXTREME_IMMEDIATE_OBSERVEDCMAS Message Identifier for Extreme alerts, Urgency=Immediate, Certainty=Observed. |
public static final int | MESSAGE_ID_CMAS_ALERT_EXTREME_IMMEDIATE_LIKELYCMAS Message Identifier for Extreme alerts, Urgency=Immediate, Certainty=Likely. |
public static final int | MESSAGE_ID_CMAS_ALERT_EXTREME_EXPECTED_OBSERVEDCMAS Message Identifier for Extreme alerts, Urgency=Expected, Certainty=Observed. |
public static final int | MESSAGE_ID_CMAS_ALERT_EXTREME_EXPECTED_LIKELYCMAS Message Identifier for Extreme alerts, Urgency=Expected, Certainty=Likely. |
public static final int | MESSAGE_ID_CMAS_ALERT_SEVERE_IMMEDIATE_OBSERVEDCMAS Message Identifier for Severe alerts, Urgency=Immediate, Certainty=Observed. |
public static final int | MESSAGE_ID_CMAS_ALERT_SEVERE_IMMEDIATE_LIKELYCMAS Message Identifier for Severe alerts, Urgency=Immediate, Certainty=Likely. |
public static final int | MESSAGE_ID_CMAS_ALERT_SEVERE_EXPECTED_OBSERVEDCMAS Message Identifier for Severe alerts, Urgency=Expected, Certainty=Observed. |
public static final int | MESSAGE_ID_CMAS_ALERT_SEVERE_EXPECTED_LIKELYCMAS Message Identifier for Severe alerts, Urgency=Expected, Certainty=Likely. |
public static final int | MESSAGE_ID_CMAS_ALERT_CHILD_ABDUCTION_EMERGENCYCMAS Message Identifier for Child Abduction Emergency (Amber Alert). |
public static final int | MESSAGE_ID_CMAS_ALERT_REQUIRED_MONTHLY_TESTCMAS Message Identifier for the Required Monthly Test. |
public static final int | MESSAGE_ID_CMAS_ALERT_EXERCISECMAS Message Identifier for CMAS Exercise. |
public static final int | MESSAGE_ID_CMAS_ALERT_OPERATOR_DEFINED_USECMAS Message Identifier for operator defined use. |
public static final int | MESSAGE_ID_CMAS_ALERT_PRESIDENTIAL_LEVEL_LANGUAGECMAS Message Identifier for Presidential Level alerts for Additional Languages. |
public static final int | MESSAGE_ID_CMAS_LAST_IDENTIFIEREnd of CMAS Message Identifier range (including future extensions). |
public static final int | MESSAGE_ID_PWS_LAST_IDENTIFIEREnd of PWS Message Identifier range (includes ETWS, CMAS, and future extensions). |
public static final int | SERIAL_NUMBER_ETWS_ACTIVATE_POPUPETWS serial number flag to activate the popup display. |
public static final int | SERIAL_NUMBER_ETWS_EMERGENCY_USER_ALERTETWS serial number flag to activate the emergency user alert. |
public static final int | ETWS_WARNING_TYPE_EARTHQUAKEETWS warning type value for earthquake. |
public static final int | ETWS_WARNING_TYPE_TSUNAMIETWS warning type value for tsunami. |
public static final int | ETWS_WARNING_TYPE_EARTHQUAKE_AND_TSUNAMIETWS warning type value for earthquake and tsunami. |
public static final int | ETWS_WARNING_TYPE_TESTETWS warning type value for test broadcast. |
public static final int | ETWS_WARNING_TYPE_OTHERETWS warning type value for other notifications. |