-
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)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_billingEvents (campaigns) : app_scheme://ply/trigger_event/EVENT_NAME final UnitopenDeepLinks()-
-
Method Detail
-
handle
final Boolean handle(Uri deeplink)
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
Events (campaigns) : app_scheme://ply/trigger_event/EVENT_NAME
-
openDeepLinks
final Unit openDeepLinks()
-
-
-
-