Sdílet prostřednictvím


PpsMoParser.ParseMoText(String) Method

Definition

Convert a XML string representation of a PPS MO (PerProviderSubscription Management Object) tree to a PasspointConfiguration object.

[Android.Runtime.Register("parseMoText", "(Ljava/lang/String;)Landroid/net/wifi/hotspot2/PasspointConfiguration;", "", ApiSince=26)]
public static Android.Net.Wifi.Hotspot2.PasspointConfiguration? ParseMoText (string? xmlString);
[<Android.Runtime.Register("parseMoText", "(Ljava/lang/String;)Landroid/net/wifi/hotspot2/PasspointConfiguration;", "", ApiSince=26)>]
static member ParseMoText : string -> Android.Net.Wifi.Hotspot2.PasspointConfiguration

Parameters

xmlString
String

XML string representation of a PPS MO tree

Returns

PasspointConfiguration or null

Attributes

Remarks

Convert a XML string representation of a PPS MO (PerProviderSubscription Management Object) tree to a PasspointConfiguration object.

Java documentation for android.net.wifi.hotspot2.omadm.PpsMoParser.parseMoText(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