Class NextSessionTrigger
- java.lang.Object
-
- com.batch.android.localcampaigns.trigger.NextSessionTrigger
-
- All Implemented Interfaces:
LocalCampaign.Trigger
public class NextSessionTrigger extends java.lang.Object implements LocalCampaign.Trigger
Triggers when a new user session starts
-
-
Constructor Summary
Constructors Constructor Description NextSessionTrigger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()Type of trigger, possible values : NOW EVENT NEXT_SESSION CAMPAIGNS_LOADED CAMPAIGNS_REFRESHED
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Description copied from interface:LocalCampaign.TriggerType of trigger, possible values :- NOW
- EVENT
- NEXT_SESSION
- CAMPAIGNS_LOADED
- CAMPAIGNS_REFRESHED
- Specified by:
getTypein interfaceLocalCampaign.Trigger- Returns:
- type
-
-