getRequestedMaxFrequency method

String? getRequestedMaxFrequency()

Inquiry method that can be used to read the max frequency, configured through setRequestedMaxFrequency, to be requested to the Server for this MpnSubscription.

Lifecycle This method can be called at any time.

Returns A decimal number, representing the max frequency to be requested to the server (expressed in updates per second), or the string "unlimited", or null.

Implementation

String? getRequestedMaxFrequency() {
  return _requestedMaxFrequency;
}