setCountry

fun setCountry(country: String?): Boolean

Sets the home country of the user. Used to collect information about the user.

Parameters

country

The country of the user. A null value will unset the country for this user.