KUSCustomer
KUSCustomer Class reference for Kustomer Chat iOS Core API.
A customer is a person who uses your app. A customer receives customer support messages from one or more KUSUsers.
public class KUSCustomer : CustomStringConvertible
currentId
The customer id of the currently logged in customer. If you don’t use identify, this is automatically created for you.
public static var currentId: String? { get }
id
The unique ID of this customer. Used by the entire Kustomer platform.
public var id: String
CustomStringConvertible
description
descriptionpublic var description: String { get }
Updated over 4 years ago