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 : CustomStringConvertiblecurrentId
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: StringCustomStringConvertible
description
descriptionpublic var description: String { get }Updated 14 days ago