Skip to content

Instantly share code, notes, and snippets.

@kevinvaldek
Last active August 1, 2017 20:04
Show Gist options
  • Save kevinvaldek/c3f873ab53453683770f75181296c8cf to your computer and use it in GitHub Desktop.
Save kevinvaldek/c3f873ab53453683770f75181296c8cf to your computer and use it in GitHub Desktop.
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