loadUserProfile

abstract fun loadUserProfile(callback: UserProfileCallback)

Loads user profile from persistent storage.

The returned user profile is a snapshot of the current state of personal data. All modifications can be persisted by calling PersonalData.storeUserProfile.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

callback

The callback to be notified of the result.