Interface Notification
- All Known Subinterfaces:
NotificationWithProgress
- All Known Implementing Classes:
NotificationImpl,NotificationWithProgressImpl
public interface Notification
Represents a notification that is displayed on the client.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidamendMessage(String amendMessage) @Nullable PrimaryKeygetKey()loadEntity(Context context) voidsetTaskExecution(String taskId) voidupdateMessage(String newMessage) voidvoidupdateResult(ResultBean result) voidupdateTitle(String newTitle)
-
Field Details
-
SCHEDULING_MESSAGE_KEY
- See Also:
-
STARTING_MESSAGE_KEY
- See Also:
-
FINISHED_MESSAGE_KEY
- See Also:
-
FAILED_TITLE_KEY
- See Also:
-
FAILED_MESSAGE_KEY
- See Also:
-
CANCELLED_MESSAGE_KEY
- See Also:
-
ACTION_NAME_KEY
- See Also:
-
-
Method Details
-
loadEntity
-
updateTitle
-
updateMessage
-
amendMessage
-
updateNotificationType
-
updateResult
-
setTaskExecution
-
getKey
-