{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

OrchestratorCallback.Stub

abstract class OrchestratorCallback.Stub : OrchestratorCallback


Summary

Nested types

OrchestratorCallback.Stub.Proxy

Public constructors

Public functions

java-static OrchestratorCallback!
asInterface(obj: IBinder!)

Inherited functions

From class androidx.test.orchestrator.callback.OrchestratorCallback
abstract Unit
addTest(test: String!)

Remote instrumentations, when given the parameter listTestsForOrchestrator, must add each test they wish executed to AndroidTestOrchestrator before terminating.

abstract Unit
sendTestNotification(bundle: Bundle!)

Remote instrumentations should pass a notification along to AndroidTestOrchestrator whenever they get a notification of test progress.

Public constructors

Stub

Stub()

Public functions

asInterface

java-static fun asInterface(obj: IBinder!): OrchestratorCallback!