MCPcopy Create free account
hub / github.com/grpc/grpc-java / onBound

Method onBound

binder/src/main/java/io/grpc/binder/internal/Bindable.java:37–37  ·  view source on GitHub ↗

We're now bound to the service. Only called once, and only if the binding succeeded.

(IBinder binder)

Source from the content-addressed store, hash-verified

35
36 /** We're now bound to the service. Only called once, and only if the binding succeeded. */
37 @MainThread
38 void onBound(IBinder binder);
39
40 /**

Callers 1

notifyBoundMethod · 0.65

Implementers 2

TestObserverbinder/src/test/java/io/grpc/binder/in
BinderClientTransportbinder/src/main/java/io/grpc/binder/in

Calls

no outgoing calls

Tested by

no test coverage detected