com.android.emulator.control.FingerprintOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of adam Show documentation
Show all versions of adam Show documentation
Android Debug Bridge helper
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: emulator_controller.proto
// Protobuf Java Version: 3.25.0
package com.android.emulator.control;
public interface FingerprintOrBuilder extends
// @@protoc_insertion_point(interface_extends:android.emulation.control.Fingerprint)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* True when the fingprint is touched.
*
*
* bool isTouching = 1;
* @return The isTouching.
*/
boolean getIsTouching();
/**
*
* The identifier of the registered fingerprint.
*
*
* int32 touchId = 2;
* @return The touchId.
*/
int getTouchId();
}