timeToLiveInSeconds property

  1. @TagNumber.new(7)
int get timeToLiveInSeconds

Ignore the notification, if it has not been delivered before the Time To Live expires.

Implementation

@$pb.TagNumber(7)
$core.int get timeToLiveInSeconds => $_getIZ(6);
  1. @TagNumber.new(7)
set timeToLiveInSeconds (int value)

Implementation

@$pb.TagNumber(7)
set timeToLiveInSeconds($core.int value) => $_setSignedInt32(6, value);