-
public interface PLYUIHandler
-
-
Method Summary
Modifier and Type Method Description UnitonAlert(PLYAlertMessage alert, View purchaselyView, Activity activity, Function0<Unit> proceed)UnitonPresentation(PLYPresentation presentation, Function0<Unit> proceed)-
-
Method Detail
-
onAlert
Unit onAlert(PLYAlertMessage alert, View purchaselyView, Activity activity, Function0<Unit> proceed)
- Parameters:
alert- the alert to displaypurchaselyView- the Purchasely view currently displayedactivity- the activity containing the Purchasely view (may not be found)proceed- a function to call if SDK should display the alert itself
-
onPresentation
Unit onPresentation(PLYPresentation presentation, Function0<Unit> proceed)
- Parameters:
presentation- the presentation to displayproceed- a function to call if SDK should display the presentation itself
-
-
-
-