AcraNotification

annotation class AcraNotification

Author

F43nd1r

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
resChannelDescription
Link copied to clipboard
abstract fun resChannelDescription(): Int
notification channel description
resChannelImportance
Link copied to clipboard
abstract fun resChannelImportance(): Int
notification channel importance.
resChannelName
Link copied to clipboard
abstract fun resChannelName(): Int
notification channel name.
resCommentPrompt
Link copied to clipboard
abstract fun resCommentPrompt(): Int
in-line comment prompt label.No effect on pre-nougat devices.
resDiscardButtonIcon
Link copied to clipboard
abstract fun resDiscardButtonIcon(): Int
discard button icon shown in collapsed and sometimes expanded view
resDiscardButtonText
Link copied to clipboard
abstract fun resDiscardButtonText(): Int
discard button text shown in expanded view
resIcon
Link copied to clipboard
abstract fun resIcon(): Int
icon of the notification
resSendButtonIcon
Link copied to clipboard
abstract fun resSendButtonIcon(): Int
send button icon shown in collapsed and sometimes expanded view
resSendButtonText
Link copied to clipboard
abstract fun resSendButtonText(): Int
send button text shown in expanded view
resSendWithCommentButtonIcon
Link copied to clipboard
abstract fun resSendWithCommentButtonIcon(): Int
in-line comment button icon.No effect on pre-nougat devices.
resSendWithCommentButtonText
Link copied to clipboard
abstract fun resSendWithCommentButtonText(): Int
in-line comment button text.No effect on pre-nougat devices.
resText
Link copied to clipboard
abstract fun resText(): Int
text in the notification
resTickerText
Link copied to clipboard
abstract fun resTickerText(): Int
ticker text for the notification
resTitle
Link copied to clipboard
abstract fun resTitle(): Int
title of the notification
sendOnClick
Link copied to clipboard
abstract fun sendOnClick(): Boolean
enable to send report even on normal click, not only on button click
toString
Link copied to clipboard
abstract fun toString(): String