DeviceIdCallback typedef - core.engine library - Dart API
DeviceIdCallback
DeviceIdCallback typedef
This method will be called on the main thread when SDKNativeEngine.getDeviceId has been completed.
deviceIdRepresents a deviceId, a unique identifier assigned to the device for this application.
Implementation
typedef DeviceIdCallback = void Function(String deviceId);