Rate this page:

ClientData

Class that represents customer information that can be displayed in the agent's workspace.

Constructors

ClientData

Copy URL
fun ClientData(displayName: 

String?

,
avatarUrl:

String?

,
email:

String?

,
phone:

String?

,
language:

String?

):

Parameters

  • displayName:

    String?

    Optional

    Customer display name.

  • avatarUrl:

    String?

    Optional

    Customer avatar URL string.

  • email:

    String?

    Optional

    Customer email.

  • phone:

    String?

    Optional

    Customer phone number.

  • language:

    String?

    Optional

    Customer language.

Props

avatarUrl

Copy URL
val avatarUrl: 

String?

Customer avatar URL string.

Returns

  • type:

    String?

displayName

Copy URL
val displayName: 

String?

Customer display name.

Returns

  • type:

    String?

email

Copy URL
val email: 

String?

Customer email.

Returns

  • type:

    String?

language

Copy URL
val language: 

String?

Customer language.

Returns

  • type:

    String?

phone

Copy URL
val phone: 

String?

Customer phone number.

Returns

  • type:

    String?

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