setLineId

fun setLineId(lineId: String?): Boolean

Sets the LINE ID of the user. LINE IDs should be 33 characters or less. For more information about LINE, see https://www.braze.com/docs/user_guide/message_building_by_channel/line.

Return

A boolean indicating whether or not the LINE ID passed basic validation.

Parameters

lineId

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