SmsBroadcastType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Other | 0 | An unknown broadcast type. |
CmasPresidential | 1 | A Commercial Mobile Alert System (CMAS) Presidential alert message. |
CmasExtreme | 2 | A CMAS Extreme alert message. |
CmasSevere | 3 | A CMAS Severe alert message. |
CmasAmber | 4 | A CMAS Amber alert message. |
CmasTest | 5 | A CMAS Test 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. |
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. |
LatAlertLocal | 14 | A local LAT alert broadcast message. |