grpc
examples
android
binder
java
io
grpc
binder
cpp
exampleserver
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 Fri May 16 2025 02:57:51