nfc_custom_event.h 309 B

123456789101112
  1. #pragma once
  2. enum NfcCustomEvent {
  3. // Reserve first 100 events for button types and indexes, starting from 0
  4. NfcCustomEventReserved = 100,
  5. NfcCustomEventViewExit,
  6. NfcCustomEventWorkerExit,
  7. NfcCustomEventByteInputDone,
  8. NfcCustomEventTextInputDone,
  9. NfcCustomEventDictAttackDone,
  10. };