Class CampaignsLoadedSignal
- java.lang.Object
-
- com.batch.android.localcampaigns.signal.CampaignsLoadedSignal
-
- All Implemented Interfaces:
Signal
public class CampaignsLoadedSignal extends java.lang.Object implements Signal
Event that occurs when the in-app campaign list has been updated from any sourceIt actually matches the empty trigger, which shows campaigns when the list is loaded (be it at the first SDK start from disk, or when we get an answer from the backend)
-
-
Constructor Summary
Constructors Constructor Description CampaignsLoadedSignal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansatisfiesTrigger(LocalCampaign.Trigger trigger)
-
-
-
Method Detail
-
satisfiesTrigger
public boolean satisfiesTrigger(LocalCampaign.Trigger trigger)
- Specified by:
satisfiesTriggerin interfaceSignal
-
-