All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.android.emulator.control.FingerprintOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.5.8
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy