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 ofVoiceInteractor
.
-
-
Constructor Summary
Constructors Constructor Description ShadowVoiceInteractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDirectActionsInvalidationCount()
Returns the number of timesnotifyDirectActionsChanged
was called on theVoiceInteractor
instance associated with this shadowprotected void
notifyDirectActionsChanged()
-
-
-
Method Detail
-
notifyDirectActionsChanged
@Implementation(minSdk=29) protected void notifyDirectActionsChanged()
-
getDirectActionsInvalidationCount
public int getDirectActionsInvalidationCount()
Returns the number of timesnotifyDirectActionsChanged
was called on theVoiceInteractor
instance associated with this shadow
-
-