Last active
August 1, 2017 20:04
-
-
Save kevinvaldek/c3f873ab53453683770f75181296c8cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (command.is(Command.DoorLocks.LOCK_STATE)) { | |
LockState lockState = (LockState) command; | |
Log.d(TAG, "Car is locked: " + lockState.isLocked()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment