Package 

Interface PLYUIHandler

    • Method Detail

      • onAlert

         Unit onAlert(PLYAlertMessage alert, View purchaselyView, Activity activity, Function0<Unit> proceed)
        Parameters:
        alert - the alert to display
        purchaselyView - the Purchasely view currently displayed
        activity - 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 display
        proceed - a function to call if SDK should display the presentation itself