TestFlowBroadcast

enum TestFlowBroadcast : Enum<TestFlowBroadcast>

The Test Flow events broadcast via Android's Broadcast mechanism as they occur while performing a test.

Use an android.content.BroadcastReceiver to receive notification of these events, matching on the action.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun send(activity: Activity)

Properties

Link copied to clipboard
val action: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int