SmsMessageRegistration 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public ref class SmsMessageRegistration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmsMessageRegistration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmsMessageRegistration
Public NotInheritable Class SmsMessageRegistration
- 상속
- 특성
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
|
설명
코드는 이 클래스를 직접 인스턴스화하지 않습니다. 클래스의 새로 만든 instance SmsMessageRegistration.Register 메서드에 의해 반환되며 정적 SmsMessageRegistration.AllRegistrations 속성을 사용하여 기존 등록을 나타내는 인스턴스 컬렉션을 검색할 수 있습니다.
속성
AllRegistrations |
현재 등록된 메시지 필터 목록을 가져오는 정적 속성입니다. |
Id |
등록된 이 메시지 필터의 식별자를 가져옵니다. |
메서드
Register(String, SmsFilterRules) |
메시지 필터를 등록합니다. |
Unregister() |
이전에 등록된 메시지 필터를 등록 취소합니다. 필터는 들어오는 메시지에 더 이상 적용되지 않습니다. |
이벤트
MessageReceived |
등록된 메시지 필터에 설정된 필터 조건을 충족하는 메시지가 수신되었을 때 발생하는 이벤트입니다. |