getPaysafecashLocationsAsync

open fun getPaysafecashLocationsAsync(paysafecashLocationRequest: PaysafecashLocationRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<List<PaysafecashLocation>>)

Asynchronously retrieves physical locations where Paysafecash can be used.

Parameters

paysafecashLocationRequest

The request for retrieving Paysafecash locations.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.