getDeviceToken method

String? getDeviceToken()

The device token of this MPN device.

In the MpnDevice implementation it is passed during creation and is used by the server as part of the device identification.

Lifecycle This method can be called at any time.

Returns the MPN device token.

Implementation

String? getDeviceToken() {
  return _deviceToken;
}