-
public final class AFPushDataData class that encapsulates push notification campaign information for attribution tracking. This class is used to pass push notification data to the AppsFlyer SDK for measuring marketing campaign effectiveness and user engagement from push notifications.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringcampaignprivate final Stringpidprivate final BooleanisRetargetingprivate final Map<String, Object>additionalParameters
-
Method Summary
Modifier and Type Method Description final StringgetCampaign()final StringgetPid()final BooleangetIsRetargeting()final Map<String, Object>getAdditionalParameters()final JSONObjecttoJson()Converts the push notification data into a JSONObject format that can be processed by the SDK. -
-
Method Detail
-
getCampaign
final String getCampaign()
-
getIsRetargeting
final Boolean getIsRetargeting()
-
getAdditionalParameters
final Map<String, Object> getAdditionalParameters()
-
toJson
final JSONObject toJson()
Converts the push notification data into a JSONObject format that can be processed by the SDK.
-
-
-
-