getContentAvailable method

String? getContentAvailable()

Value of the aps.content-available field as a string value.

Implementation

String? getContentAvailable() {
  return _contentAvailable;
}