public final class NotificationRecordingHint extends Object
| Modifier and Type | Field and Description |
|---|---|
static NotificationRecordingHint |
DEFAULT
Hints, that the recording is representing a default operation.
|
static NotificationRecordingHint |
DELETE
Hints, that the recording is representing a delete operation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDelete()
Returns whether the notification recording represents a delete chain.
|
boolean |
needsManualStopOfRecording()
Returns whether a recording with this hint needs to be stopped manually, or will be stopped by recognition of the
end of a notification chain.
|
public static final NotificationRecordingHint DELETE
public static final NotificationRecordingHint DEFAULT
public boolean needsManualStopOfRecording()
public boolean isDelete()
Copyright © 2017. All rights reserved.