-
public class PLYDeeplinkManager
-
-
Field Summary
Fields Modifier and Type Field Description public final static PLYDeeplinkManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final Booleanhandle(Uri deeplink, Activity activity)Display presentation : app_scheme://ply/presentations app_scheme://ply/presentations/PRESENTATION_VENDOR_ID app_scheme://ply/placements/PLACEMENT_VENDOR_IDCancellation survey : app_scheme://ply/cancellation_survey app_scheme://ply/cancellation_survey/PRODUCT_VENDOR_IDSubscriptions : app_scheme://ply/subscriptionsUpdate Billing : app_scheme://ply/update_billingFlows : app_scheme://ply/flows/FLOW_IDEvents (campaigns) : app_scheme://ply/trigger_event/EVENT_NAME final UnitopenDeepLinks()-
-
Method Detail
-
handle
final Boolean handle(Uri deeplink, Activity activity)
Display presentation : app_scheme://ply/presentations app_scheme://ply/presentations/PRESENTATION_VENDOR_ID app_scheme://ply/placements/PLACEMENT_VENDOR_ID
Cancellation survey : app_scheme://ply/cancellation_survey app_scheme://ply/cancellation_survey/PRODUCT_VENDOR_ID
Subscriptions : app_scheme://ply/subscriptions
Update Billing : app_scheme://ply/update_billing
Flows : app_scheme://ply/flows/FLOW_ID
Events (campaigns) : app_scheme://ply/trigger_event/EVENT_NAME
-
openDeepLinks
final Unit openDeepLinks()
-
-
-
-