VcnGatewayConnectionConfig.HasGatewayOption(GatewayOption) Method

Definition

Checks if the given VCN gateway option is enabled.

[Android.Runtime.Register("hasGatewayOption", "(I)Z", "", ApiSince=34)]
public bool HasGatewayOption (Android.Net.Vcn.GatewayOption option);
[<Android.Runtime.Register("hasGatewayOption", "(I)Z", "", ApiSince=34)>]
member this.HasGatewayOption : Android.Net.Vcn.GatewayOption -> bool

Parameters

option
GatewayOption

the option to check.

Returns

Attributes

Remarks

Checks if the given VCN gateway option is enabled.

Java documentation for android.net.vcn.VcnGatewayConnectionConfig.hasGatewayOption(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