Bearer

annotation class Bearer

This annotation used when send a message and gives information if it is sent using an NFC Tag or not.

The annotated element constants can be one of the following :

  • BEARER_NFC : means this is a message sent automatically from an NFC Tag.
  • BEARER_DEFAULT : means this is a message sent manually.

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String