com.android.emulator.control.PhoneResponseOrBuilder 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 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();
}