Guest User

Untitled

a guest
Jul 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. public void handleMessage(Message msg) {
  2. int status = msg.getData().getInt("status");
  3. switch (status) {
  4. case Status.INITIALISED:
  5. case Status.SCANNER_POWERED_ON:
  6. case Status.READY_TO_SCAN:
  7. case Status.FINGER_DETECTED:
  8. case Status.RECEIVING_IMAGE:
  9. case Status.FINGER_LIFTED:
  10. case Status.SCANNER_POWERED_OFF:
  11. case Status.SUCCESS:
  12. case Status.ERROR:
  13. }
  14. }
Add Comment
Please, Sign In to add comment