DeviceIdCallback typedef

DeviceIdCallback = void Function(String deviceId)

This method will be called on the main thread when SDKNativeEngine.getDeviceId has been completed.

  • deviceId Represents a deviceId, a unique identifier assigned to the device for this application.

Implementation

typedef DeviceIdCallback = void Function(String deviceId);