Added in API level 26

PpsMoParser

class PpsMoParser
kotlin.Any
   ↳ android.net.wifi.hotspot2.omadm.PpsMoParser

Utility class for converting OMA-DM (Open Mobile Alliance's Device Management) PPS-MO (PerProviderSubscription Management Object) XML tree to a PasspointConfiguration object. Currently this only supports PerProviderSubscription/HomeSP and PerProviderSubscription/Credential subtree for Hotspot 2.0 Release 1 support. For more info, refer to Hotspot 2.0 PPS MO defined in section 9.1 of the Hotspot 2.0 Release 2 Technical Specification. Below is a sample XML string for a Release 1 PPS MO tree: 1.2 PerProviderSubscription urn:wfa:mo:hotspot2dot0­perprovidersubscription:1.0 i001 HomeSP FriendlyName Century House FQDN mi6.co.uk RoamingConsortiumOI 112233,445566 Credential Realm shaken.stirred.com UsernamePassword Username james Password Ym9uZDAwNw== EAPMethod EAPType 21 InnerMethod MS-CHAP-V2

Summary

Public methods
static PasspointConfiguration!
parseMoText(xmlString: String!)

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

Public methods

parseMoText

Added in API level 26
static fun parseMoText(xmlString: String!): PasspointConfiguration!

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

Parameters
xmlString String!: XML string representation of a PPS MO tree
Return
PasspointConfiguration! PasspointConfiguration or null