RootClientUser
RootClientUser =
object
Methods
getCurrentUserId()
getCurrentUserId():
UserGuid
Returns
getUserProfile()
getUserProfile(
userId:string):Promise<UserProfile>
Parameters
| Parameter | Type |
|---|---|
userId | string |
Returns
Promise<UserProfile>
getUserProfiles()
getUserProfiles(
userIds:string[]):Promise<UserProfile[]>
Parameters
| Parameter | Type |
|---|---|
userIds | string[] |
Returns
Promise<UserProfile[]>
showUserProfile()
showUserProfile(
userId:string):void
Parameters
| Parameter | Type |
|---|---|
userId | string |
Returns
void