Package 

Annotation AcraNotification

    • Method Summary

      Modifier and Type Method Description
      abstract int resIcon() icon of the notification
      abstract int resTitle() title of the notification
      abstract int resText() text in the notification
      abstract int resTickerText() ticker text for the notification
      abstract int resSendButtonText() send button text shown in expanded view
      abstract int resSendButtonIcon() send button icon shown in collapsed and sometimes expanded view
      abstract int resDiscardButtonText() discard button text shown in expanded view
      abstract int resDiscardButtonIcon() discard button icon shown in collapsed and sometimes expanded view
      abstract int resChannelName() notification channel name.
      abstract int resChannelDescription() notification channel description
      abstract int resChannelImportance() notification channel importance.
      abstract int resSendWithCommentButtonText() in-line comment button text.
      abstract int resSendWithCommentButtonIcon() in-line comment button icon.
      abstract int resCommentPrompt() in-line comment prompt label.
      abstract boolean sendOnClick() enable to send report even on normal click, not only on button click
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait