getTimeToLiveAsString method

String? getTimeToLiveAsString()

Gets the value of android.ttl field as a string.

Returns a string with the value of android.ttl field, or null if absent.

Implementation

String? getTimeToLiveAsString() {
  return _timeToLive;
}