getApplicationId method

String? getApplicationId()

The application ID of this MPN device, corresponding to the package name of the application. In the MpnDevice implementation it is determined automatically from the Application Context 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 application ID.

Implementation

String? getApplicationId() {
  return _applicationId;
}