Share via


Connection.CallerNumberVerificationStatus Property

Definition

Gets the verification status for the phone number of an incoming call as identified in ATIS-1000082. -or- Sets the verification status for the phone number of an incoming call as identified in ATIS-1000082.

public int CallerNumberVerificationStatus { [Android.Runtime.Register("getCallerNumberVerificationStatus", "()I", "", ApiSince=30)] get; [Android.Runtime.Register("setCallerNumberVerificationStatus", "(I)V", "", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getCallerNumberVerificationStatus", "()I", "", ApiSince=30)>]
[<set: Android.Runtime.Register("setCallerNumberVerificationStatus", "(I)V", "", ApiSince=30)>]
member this.CallerNumberVerificationStatus : int with get, set

Property Value

the verification status.

Attributes

Remarks

Property getter documentation:

Gets the verification status for the phone number of an incoming call as identified in ATIS-1000082.

Java documentation for android.telecom.Connection.getCallerNumberVerificationStatus().

Property setter documentation:

Sets the verification status for the phone number of an incoming call as identified in ATIS-1000082.

This property can only be set at the time of creation of a Connection being returned by ConnectionService#onCreateIncomingConnection(PhoneAccountHandle, ConnectionRequest).

Java documentation for android.telecom.Connection.setCallerNumberVerificationStatus(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to