-
public class DeepLink
-
-
Field Summary
Fields Modifier and Type Field Description private final JSONObjectclickEvent
-
Method Summary
Modifier and Type Method Description JSONObjectgetClickEvent()static DeepLinkparse(JSONObject clickEvent)static DeepLinkparseFromOaoa(Map<String, String> attributionMap)StringgetStringValue(String key)StringgetDeepLinkValue()StringgetMatchType()StringgetClickHttpReferrer()StringgetMediaSource()StringgetCampaign()StringgetCampaignId()StringgetAfSub1()StringgetAfSub2()StringgetAfSub3()StringgetAfSub4()StringgetAfSub5()BooleanisDeferred()DeepLinksetDeferred(boolean deferred)StringtoString()-
-
Method Detail
-
getClickEvent
JSONObject getClickEvent()
-
parse
static DeepLink parse(JSONObject clickEvent)
-
parseFromOaoa
static DeepLink parseFromOaoa(Map<String, String> attributionMap)
-
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()
-
setDeferred
DeepLink setDeferred(boolean deferred)
-
-
-
-