SmsStatusMessage 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SMS 상태 메시지를 캡슐화합니다.
참고
이 기능은 모바일 네트워크 운영자, 모바일 광대역 어댑터 IHV 또는 OEM에서 권한 있는 액세스 권한이 부여된 통신사 앱 및 UWP 앱에서만 사용할 수 있습니다. 자세한 내용은 모바일 광대역을 참조하세요.
수신된 상태 메시지에 액세스하려면 SmsMessageReceived 이벤트에 의해 트리거되는 백그라운드 작업을 만듭니다. 해당 작업에서 먼저 SmsMessageReceivedTriggerDetails.MessageType을 사용하여 메시지가 상태 메시지인지 확인한 다음 SmsMessageReceivedTriggerDetails.StatusMessage 속성을 사용하여 이 클래스의 instance 액세스합니다.
public ref class SmsStatusMessage sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SmsStatusMessage final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SmsStatusMessage
Public NotInheritable Class SmsStatusMessage
- 상속
- 특성
- 구현
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
|
속성
Body |
상태 메시지의 본문을 가져옵니다. |
CellularClass |
메시지의 셀룰러 클래스를 가져옵니다. |
DeviceId |
상태 메시지와 연결된 디바이스 식별자를 가져옵니다. |
DischargeTime |
상태 메시지의 방전 시간입니다. |
From |
상태 메시지를 보낸 전화 번호를 가져옵니다. |
MessageClass |
상태 메시지의 메시지 클래스를 가져옵니다. |
MessageReferenceNumber |
상태 메시지의 참조 번호를 가져옵니다. |
MessageType |
상태 메시지의 메시지 유형을 가져옵니다. |
ServiceCenterTimestamp |
상태 메시지의 서비스 센터 타임스탬프를 가져옵니다. |
SimIccId |
메시지를 받은 SIM의 ICCID(통합 회로 카드 식별자)를 가져옵니다. |
Status |
이 메시지와 연결된 상태 코드입니다. |
To |
상태 메시지가 전송된 전화 번호를 가져옵니다. |