register Push Notification Device Async
open fun registerPushNotificationDeviceAsync(request: DeviceManagementRegisterRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<DeviceManagementResponse>)
Asynchronously registers the current device for push notifications, or replaces an existing registration.
Parameters
request
The DeviceManagementRegisterRequest with the device push notification token and preferences.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.