set User Public Visibility
fun setUserPublicVisibility(publicVisibility: Boolean, callback: (ApiResult<Any?>) -> Unit??)
Content copied to clipboard
Call this method to change the user Public Visibility
Parameters
public Visibility
boolean: If the admin authorise the current user to communicate with their personal contacts, false otherwise
callback