Interface LocalCampaign.Trigger
-
- All Known Implementing Classes:
CampaignsLoadedTrigger,CampaignsRefreshedTrigger,EventLocalCampaignTrigger,NextSessionTrigger,NowTrigger
- Enclosing class:
- LocalCampaign
public static interface LocalCampaign.TriggerRepresents what will triggers the display of an In-App Campaign
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetType()Type of trigger, possible values : NOW EVENT NEXT_SESSION CAMPAIGNS_LOADED CAMPAIGNS_REFRESHED
-