Package org.robolectric.shadows
Class ShadowVoiceInteractor
java.lang.Object
org.robolectric.shadows.ShadowVoiceInteractor
@Implements(value=android.app.VoiceInteractor.class, minSdk=23) public class ShadowVoiceInteractor extends Object
Shadow implementation of
VoiceInteractor.-
Constructor Summary
Constructors Constructor Description ShadowVoiceInteractor() -
Method Summary
Modifier and Type Method Description intgetDirectActionsInvalidationCount()Returns the number of timesnotifyDirectActionsChangedwas called on theVoiceInteractorinstance associated with this shadowprotected voidnotifyDirectActionsChanged()
-
Constructor Details
-
ShadowVoiceInteractor
public ShadowVoiceInteractor()
-
-
Method Details
-
notifyDirectActionsChanged
-
getDirectActionsInvalidationCount
public int getDirectActionsInvalidationCount()Returns the number of timesnotifyDirectActionsChangedwas called on theVoiceInteractorinstance associated with this shadow
-