ProfileImpl

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun clearProfileId(domainGroupUrl: String)

Clears the profile ID.

Link copied to clipboard
fun getProfileId(domainGroupUrl: String): String?

Returns the ID of the profile.

Link copied to clipboard
fun save(fileName: String?, context: Context)

Save the profile to local storage.

Link copied to clipboard
fun setProfileId(profileId: String, domainGroupUrl: String)

Sets the profile ID.

Link copied to clipboard