-
public class DeepLink
-
-
Field Summary
Fields Modifier and Type Field Description private final JSONObjectclickEvent
-
Method Summary
Modifier and Type Method Description JSONObjectgetClickEvent()StringgetStringValue(String key)StringgetDeepLinkValue()StringgetMatchType()StringgetClickHttpReferrer()StringgetMediaSource()StringgetCampaign()StringgetCampaignId()StringgetAfSub1()StringgetAfSub2()StringgetAfSub3()StringgetAfSub4()StringgetAfSub5()BooleanisDeferred()StringtoString()-
-
Method Detail
-
getClickEvent
JSONObject getClickEvent()
-
getStringValue
@Nullable() String getStringValue(String key)
-
getDeepLinkValue
@Nullable() String getDeepLinkValue()
-
getMatchType
@Nullable() String getMatchType()
-
getClickHttpReferrer
@Nullable() String getClickHttpReferrer()
-
getMediaSource
@Nullable() String getMediaSource()
-
getCampaign
@Nullable() String getCampaign()
-
getCampaignId
@Nullable() String getCampaignId()
-
isDeferred
@Nullable() Boolean isDeferred()
-
-
-
-