getUserProfiles
This method returns the list of registered user profiles on the device.
getUserProfiles(): Promise<Profile[]>
Success
Property | Type | Description |
---|---|---|
profiles | Profile[] | The list of registered user profiles |
Example
Your suggested change has been received. Thank you.
This method returns the list of registered user profiles on the device.
getUserProfiles(): Promise<Profile[]>
Success
Property | Type | Description |
---|---|---|
profiles | Profile[] | The list of registered user profiles |
Example
OneWelcomeSdk.getUserProfiles()
.then((profiles) => {
console.log('Registered profiles: ', profile)
})
.catch(error => {
console.log('Error: ', error.message)
})
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….