getPlatform method

String? getPlatform()

The platform identifier of this MPN device.

In the MpnDevice implementation it equals to the constant Google 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 platform.

Implementation

String? getPlatform() {
  return _platform;
}