Home > borogove > Client > setProfile
Client.setProfile() method
Set the current profile for this account on the server
Signature:
setProfile(profile: borogove_ProfileBuilder, publicAccess: boolean): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| profile | borogove_ProfileBuilder | to set |
| publicAccess | boolean | set the access for the profile to public |
Returns:
void