CommunicationPreferencesService

Service responsible for retrieving and updating the customer's communication preferences, organized by category and channel.

Functions

Link copied to clipboard
abstract suspend fun get(categories: List<String>? = null): CommunicationPreferences

Retrieves the customer's communication preferences.

Link copied to clipboard
open fun getAsync(categories: List<String>?, cancellationSignal: CancellationSignal?, callback: WalletCallback<CommunicationPreferences>)

Asynchronously retrieves the customer's communication preferences.

Link copied to clipboard

Updates the customer's communication preferences.

Link copied to clipboard

Asynchronously updates the customer's communication preferences.