SmsMessageReceivedTriggerDetails 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class SmsMessageReceivedTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmsMessageReceivedTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmsMessageReceivedTriggerDetails
Public NotInheritable Class SmsMessageReceivedTriggerDetails
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
应用功能 |
cellularMessaging
sms
|
注解
可以通过实现的函数访问 SmsMessageReceivedTriggerDetails 对象,该函数用于处理 SmsMessageRegistration.MessageReceived 事件。
筛选代码需要通过调用 Drop 或 Accept 来确认每个筛选的消息,然后才能处理下一条消息。
属性
AppMessage |
当 MessageType 为 App 时,消息的消息详细信息。 |
BroadcastMessage |
当 MessageType 为 Broadcast 时,消息的消息详细信息。 |
MessageType |
收到的消息的 SmsMessageType 。 |
StatusMessage |
当 MessageType 为 Status 时,消息的消息详细信息。 |
TextMessage |
当 MessageType 为 Text 时,消息的消息详细信息。 |
VoicemailMessage |
当 MessageType 为 Voicemail 时,邮件的邮件详细信息。 |
WapMessage |
当 MessageType 为 Wap 时,消息的消息详细信息。 |
方法
Accept() |
将筛选的消息传送到消息传送应用。 |
Drop() |
删除筛选的消息,使其不会传递到消息应用。 |