Zync Customer Manager
class ZyncCustomerManager
Public API manager for customer operations in the Zync SDK.
Functions
Link copied to clipboard
suspend fun fetchCustomers(sortAndFilter: ZyncCustomerSortAndFilter, page: Int, pageSize: Int): GetCustomersResult
Fetch paginated list of customers with filtering and sorting options.
Link copied to clipboard
suspend fun getCustomerDetail(customerUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): CustomerDetailResult
Get detailed information for a specific customer by its UID.
Link copied to clipboard
Observe changes to a specific customer in real-time.