getMode method

String getMode()

Inquiry method that can be used to read the mode specified for this MpnSubscription.

Lifecycle This method can be called at any time.

Returns the MpnSubscription mode specified in the constructor.

Implementation

String getMode() {
  return _mode;
}