@JvmOverloads fun updateProfile(path: String, value: Any?, callback: WebcomDoneCallback? = null): Unit
Updates the value of the profile data of the currently authenticated user stored by the Webcom authentication service at a given path. This operation is asynchronous and calls the given callback once performed.
This sensitive operation fails if no user is currently authenticated or if the user has been authenticated for a too long time (in this case, her·his authentication needs to be refreshed by authenticating again).
path
- A slash-separated ("\
") string that describes a data path (""
and "/"
equally specify the
root path).