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 Subscription.

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 strings "unlimited" or "unfiltered", or null.

Implementation

String? getRequestedMaxFrequency() {
  return _requestedMaxFrequency;
}