PasspointConfiguration.IsOsuProvisioned Property

Definition

Indicates if the Passpoint Configuration was provisioned by a subscription (OSU) server, which means that it's an R2 (or R3) profile.

public bool IsOsuProvisioned { [Android.Runtime.Register("isOsuProvisioned", "()Z", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isOsuProvisioned", "()Z", "", ApiSince=30)>]
member this.IsOsuProvisioned : bool

Property Value

true if the Passpoint Configuration was provisioned by a subscription server.

Attributes

Remarks

Indicates if the Passpoint Configuration was provisioned by a subscription (OSU) server, which means that it's an R2 (or R3) profile.

Java documentation for android.net.wifi.hotspot2.PasspointConfiguration.isOsuProvisioned().

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