Communication Preferences Service
interface CommunicationPreferencesService
Service responsible for retrieving and updating the customer's communication preferences, organized by category and channel.
Functions
Link copied to clipboard
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
open fun updateAsync(preferences: CommunicationPreferencesUpdate, cancellationSignal: CancellationSignal?, callback: WalletCallback<CommunicationPreferences>)
Asynchronously updates the customer's communication preferences.