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

com.android.emulator.control.PhoneResponseOrBuilder 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 PhoneResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:android.emulation.control.PhoneResponse)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .android.emulation.control.PhoneResponse.Response response = 1;
   * @return The enum numeric value on the wire for response.
   */
  int getResponseValue();
  /**
   * .android.emulation.control.PhoneResponse.Response response = 1;
   * @return The response.
   */
  com.android.emulator.control.PhoneResponse.Response getResponse();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy