exampleserver/ButtonPressHandler.java
Go to the documentation of this file.
1 package io.grpc.binder.cpp.exampleserver;
2 
3 import android.app.Application;
4 
5 public class ButtonPressHandler {
6  static {
7  System.loadLibrary("app");
8  }
9 
10  public String onPressed(Application application) {
11  return "Server Button Pressed";
12  }
13 }
io.grpc.binder.cpp.exampleserver.ButtonPressHandler.onPressed
String onPressed(Application application)
Definition: exampleserver/ButtonPressHandler.java:10
io.grpc.binder.cpp.exampleserver.ButtonPressHandler
Definition: exampleserver/ButtonPressHandler.java:5


grpc
Author(s):
autogenerated on Thu Mar 13 2025 02:58:41