-
- All Implemented Interfaces:
-
apptentive.com.android.feedback.engagement.interactions.InteractionLauncher
public abstract class AndroidViewInteractionLauncher<T extends Interaction> implements InteractionLauncher<T>
Represents any InteractionLauncher which requires Android Context object and has user interface. It would automatically engage "launch" event when the interaction is launched.
-
-
Constructor Summary
Constructors Constructor Description AndroidViewInteractionLauncher()
-
Method Summary
Modifier and Type Method Description UnitlaunchInteraction(EngagementContext engagementContext, T interaction)-
-
Method Detail
-
launchInteraction
Unit launchInteraction(EngagementContext engagementContext, T interaction)
-
-
-
-