ContactMessageActivatedEventArgs.ServiceUserId 속성

정의

메시지에 사용되는 서비스의 사용자 식별자를 가져옵니다.

public:
 property Platform::String ^ ServiceUserId { Platform::String ^ get(); };
winrt::hstring ServiceUserId();
public string ServiceUserId { get; }
var string = contactMessageActivatedEventArgs.serviceUserId;
Public ReadOnly Property ServiceUserId As String

속성 값

String

Platform::String

winrt::hstring

메시지에 사용되는 서비스의 사용자 식별자입니다.

구현

설명

표준 문자 메시지의 경우 ServiceUserId 속성은 연락처의 휴대폰 번호로 설정됩니다. 웹 기반 서비스의 경우 ServiceUserId 속성은 해당 특정 서비스에 대한 연락처의 사용자 ID로 설정됩니다.

연락처 작업을 통해 앱 활성화를 처리하는 방법에 대한 자세한 내용은 빠른 시작: 연락처 작업 처리를 참조하세요 .

적용 대상

추가 정보