@Retention(value=CLASS)
@Target(value={CONSTRUCTOR,METHOD})
public @interface EmulatorCheck
EmulatorResponse
,
Specifying Sources and
ActionsModifier and Type | Optional Element and Description |
---|---|
java.lang.String |
action
The custom action that will be performed on each check.
|
ResponseType |
response
The response to be taken when the the device running application is an emulator.
|
InjectionPoint |
where
The location in the method where injection will take place.
|
public abstract java.lang.String action
boolean
, with true
indicating the device is
an emulator. This action is taken before the response is
taken.
If blank then no action takes place.
public abstract ResponseType response
ResponseType.None
,
ResponseType.Exit
,
ResponseType.Hang
,
ResponseType.Error
,
ResponseType.Exception
public abstract InjectionPoint where
Copyright 2019 PreEmptive Solutions, LLC. All Rights Reserved.