Android APIs
public final class

EspressoKey

extends Object
java.lang.Object
   ↳ android.support.test.espresso.action.EspressoKey

Class Overview

Class that wraps the key code and meta state of the desired key press.

Summary

Nested Classes
class EspressoKey.Builder Builder for the EspressoKey class. 
Public Methods
int getKeyCode()
int getMetaState()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getKeyCode ()

public int getMetaState ()

public String toString ()