SmsBroadcastType Enum

Definition

Values that describe the type of a broadcast (emergency alert) message.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators, mobile broadband adapter IHV, or OEM. For more information, see Mobile Broadband.

public enum class SmsBroadcastType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SmsBroadcastType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SmsBroadcastType
var value = Windows.Devices.Sms.SmsBroadcastType.other
Public Enum SmsBroadcastType
Inheritance
SmsBroadcastType
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
cellularMessaging sms

Fields

CmasAmber 4

A CMAS Amber alert message.

CmasExtreme 2

A CMAS Extreme alert message.

CmasPresidential 1

A Commercial Mobile Alert System (CMAS) Presidential alert message.

CmasSevere 3

A CMAS Severe alert message.

CmasTest 5

A CMAS Test message.

EtwsEarthquake 11

An Earthquake and Tsunami Warning System (ETWS) earthquake alert message.

EtwsTsunami 12

An ETWS tsunami alert message.

EtwsTsunamiAndEarthquake 13

An ETWS tsunami and earthquake alert message.

EUAlert1 6

An EU Alert 1 message.

EUAlert2 7

An EU Alert 2 message.

EUAlert3 8

An EU Alert 3 message.

EUAlertAmber 9

An EU Amber Alert message.

EUAlertInfo 10

An EU informational message.

LatAlertLocal 14

A local LAT alert broadcast message.

Other 0

An unknown broadcast type.

Applies to