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
|
설명
SmsMessageRegistration.MessageReceived 이벤트를 처리하기 위해 구현하는 함수를 통해 SmsMessageReceivedTriggerDetails 개체에 액세스합니다.
필터링 코드는 다음 메시지를 처리하기 전에 Drop 또는 Accept 를 호출하여 필터링된 각 메시지를 승인해야 합니다.
속성
AppMessage |
MessageType이 앱인 경우 메시지에 대한 메시지 세부 정보입니다. |
BroadcastMessage |
MessageType이 브로드캐스트인 경우 메시지에 대한 메시지 세부 정보입니다. |
MessageType |
받은 메시지의 SmsMessageType 입니다. |
StatusMessage |
MessageType이 상태이면 메시지에 대한 메시지 세부 정보입니다. |
TextMessage |
MessageType이 Text이면 메시지에 대한 메시지 세부 정보가 표시됩니다. |
VoicemailMessage |
MessageType이 Voicemail인 경우 메시지에 대한 메시지 세부 정보입니다. |
WapMessage |
MessageType이 Wap이면 메시지에 대한 메시지 세부 정보가 표시됩니다. |
메서드
Accept() |
필터링된 메시지를 메시징 앱에 전달합니다. |
Drop() |
필터링된 메시지를 삭제하여 메시징 앱에 전달되지 않도록 합니다. |