-
public class LandingOutput extends LocalCampaign.Output
-
-
Constructor Summary
Constructors Constructor Description LandingOutput(MessagingModule messagingModule, JSONObject payload)
-
Method Summary
Modifier and Type Method Description static LandingOutputprovide(@NonNull() JSONObject payload)booleandisplayMessage(LocalCampaign campaign)Display a local campaign message and track campaign view with the ViewTracker. -
-
Constructor Detail
-
LandingOutput
LandingOutput(MessagingModule messagingModule, JSONObject payload)
-
-
Method Detail
-
provide
static LandingOutput provide(@NonNull() JSONObject payload)
-
displayMessage
boolean displayMessage(LocalCampaign campaign)
Display a local campaign message and track campaign view with the ViewTracker.It's weird to give the campaign in parameter, but we need its custom payload
-
-
-
-