PasspointConfiguration.UniqueId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a unique identifier for a PasspointConfiguration object.
public string UniqueId { [Android.Runtime.Register("getUniqueId", "()Ljava/lang/String;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getUniqueId", "()Ljava/lang/String;", "", ApiSince=30)>]
member this.UniqueId : string
Property Value
A unique identifier
- Attributes
Remarks
Get a unique identifier for a PasspointConfiguration object. The identifier depends on the configuration that identify the service provider under the HomeSp subtree, and on the credential configuration under the Credential subtree. The method throws an IllegalStateException
if the configuration under HomeSp subtree or the configuration under Credential subtree are not initialized.
Java documentation for android.net.wifi.hotspot2.PasspointConfiguration.getUniqueId()
.
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.