Simple

class Simple(val userId: String) : AuthenticationOption

Simple authentication option. Use it when you have a logged in user in your app. You must pass a unique identifier so that the visitor will retrieve his conversation history across multiple devices and platforms.

Parameters

userId

A string uniquely identifying the visitor.

Constructors

Link copied to clipboard
constructor(userId: String)

Properties

Link copied to clipboard