setFirstName

fun setFirstName(firstName: String?): Boolean

Sets the first name of the user. Used to collect information about the user.

Return

a boolean indicating whether or not the first name was successfully set.

Parameters

firstName

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