public static class BlockedNumberContract.SystemContract.BlockSuppressionStatus extends Object
BlockedNumberContract.SystemContract.shouldSystemBlockNumber(Context, String)
. If
emergency services have been contacted recently, isSuppressed
is true
,
and blocking is disabled until the timestamp untilTimestampMillis
.Modifier and Type | Field and Description |
---|---|
boolean |
isSuppressed |
long |
untilTimestampMillis
Timestamp in milliseconds from epoch.
|
Constructor and Description |
---|
BlockSuppressionStatus(boolean isSuppressed,
long untilTimestampMillis) |