SubscriptionManager.PhoneNumberSourceIms 필드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This constant will be removed in the future version. Use Android.Telephony.PhoneNumberSource enum directly instead of this field.
전화 번호 원본: IMS(IP 멀티미디어 하위 시스템) 구현에서 제공합니다.
[Android.Runtime.Register("PHONE_NUMBER_SOURCE_IMS", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.PhoneNumberSource enum directly instead of this field.", true)]
public const Android.Telephony.PhoneNumberSource PhoneNumberSourceIms = 3;
[<Android.Runtime.Register("PHONE_NUMBER_SOURCE_IMS", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.PhoneNumberSource enum directly instead of this field.", true)>]
val mutable PhoneNumberSourceIms : Android.Telephony.PhoneNumberSource
필드 값
Value = 3- 특성
설명
전화 번호 원본: IMS(IP 멀티미디어 하위 시스템) 구현에서 제공합니다. IMS 서비스가 등록되면(표시된 android.telephony.ims.RegistrationManager.RegistrationCallback#onRegistered(int)대로) IMS 구현은 P-Associated-Uri SIP 헤더(RFC 3455)를 반환할 수 있습니다. URI는 네트워크에 알려진 사용자의 공용 사용자 ID(3GPP TS 24.229 5.4.1.2 참조)이며, 전화 번호는 일반적으로 그 중 하나입니다(3GPP TS 23.003 13.4의 "전역 번호" 참조).
이 원본은 마지막 IMS 등록의 전화 번호를 제공합니다. IMS 등록은 모든 디바이스 재부팅 또는 기타 네트워크 조건 변경에서 발생할 수 있습니다. IMS 등록 후 연결된 URI가 변경되면 번호가 업데이트됩니다.
에 대한 android.telephony.SubscriptionManager.PHONE_NUMBER_SOURCE_IMSJava 설명서
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.