Rate this page:

Client

Represents the customer who sent a message.

Methods

equals

Copy URL
fun equals(other: 

Any?

):

Boolean

Parameters

  • other:

    Any?

    Optional

Returns

  • type:

    Boolean

hashCode

Copy URL
fun hashCode(): 

Int

Returns

  • type:

    Int

toString

Copy URL
fun toString(): 

String

Returns

  • type:

    String

Props

id

Copy URL
val id: 

String

Customer unique identifier.

Equals to KitChat.clientId.

Returns

  • type:

    String