setLastName

fun setLastName(lastName: String?): Boolean

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

Return

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

Parameters

lastName

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