PhoneAccount.SupportsUriScheme(String) Method

Definition

Determines if the PhoneAccount supports calls to/from addresses with a specified URI scheme.

[Android.Runtime.Register("supportsUriScheme", "(Ljava/lang/String;)Z", "", ApiSince=23)]
public bool SupportsUriScheme (string? uriScheme);
[<Android.Runtime.Register("supportsUriScheme", "(Ljava/lang/String;)Z", "", ApiSince=23)>]
member this.SupportsUriScheme : string -> bool

Parameters

uriScheme
String

The URI scheme to check.

Returns

true if the PhoneAccount supports calls to/from addresses with the specified URI scheme.

Attributes

Remarks

Determines if the PhoneAccount supports calls to/from addresses with a specified URI scheme.

Java documentation for android.telecom.PhoneAccount.supportsUriScheme(java.lang.String).

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