Last updated
Last updated
Get the ProfileService object via a login session.
Updates the user's display name.
Input parameters:
Updates the user's profile picture.
Input parameter:
Sets a self-introduction for the user's profile.
Input parameter:
Output parameter: None
Get a user's profile data
Input parameter:
Output parameter:
JsonDict fields:
Get the AccountDataService object through a login session
Sets custom data related to the user. content
contains the complete data for the specified type.
Input parameter:
Output parameter: None
Input parameter:
Output parameter: UserAccountDataEvent
Get the UserService object via a login session.
Retrieve the list of your contacts.
Input parameters: None
Output parameter:
ContactInfo
details:
Add a user to your contact list.
Input parameters:
Output parameter: None
Remove a user from your contact list.
Input parameters:
Output parameter: None
userId
string
User ID
true
bio
string
Profile description
true
userId
string
User ID
true
JsonDict
User profile key-value data
true
displayname
string
User nickname
true
avatar_url
string
User profile image
true
bio
string
User profile self-introduction
true
wallet_address
string
User wallet address
true
type
string
Customized data type
true
content
Content
Content in key-value pairs
true
type
string
Type of data you wish to query
true
type
string
Data type
true
content
Content
Key/value pairs
true
List
List of contact's information
true
contactId
String
Contact ID
true
displayName
String
Contact name
false
avatarUrl
String
URL to the contact's avatar image
false
walletAddress
String
Contact's wallet address
false
tags
String array
Array of tags associated with the contact
false
contactId
String
Contact ID
true
tags
String array
Array of tags associated with the contact
false
contactId
String
Contact ID
true
userId
String
User ID
true
newDisplayName
String
New display name
true
userId
String
User ID
true
newAvatarUri
String
New avatar uri
true
fileName
String
Name of selected image file
true