getContactUsCategorizationAsync

open fun getContactUsCategorizationAsync(categories: List<String>?, topics: List<String>?, cancellationSignal: CancellationSignal?, callback: WalletCallback<ContactUsCategorizationResponse>)

Asynchronously get all categories and their related topics used to create a support request.

Parameters

categories
  • List of categories to filter the categorization response.

topics
  • List of topics to filter the categorization response.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.