GatewayInfo.GatewayProviderPackageName Property

Definition

Package name of the gateway provider service that provided the gateway information.

public virtual string? GatewayProviderPackageName { [Android.Runtime.Register("getGatewayProviderPackageName", "()Ljava/lang/String;", "GetGetGatewayProviderPackageNameHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getGatewayProviderPackageName", "()Ljava/lang/String;", "GetGetGatewayProviderPackageNameHandler", ApiSince=23)>]
member this.GatewayProviderPackageName : string

Property Value

Attributes

Remarks

Package name of the gateway provider service that provided the gateway information. This can be used to identify the gateway address source and to load an appropriate icon when displaying gateway information in the in-call UI.

Java documentation for android.telecom.GatewayInfo.getGatewayProviderPackageName().

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