Package 

Class PLYPresentationProperties

    • Constructor Detail

      • PLYPresentationProperties

        PLYPresentationProperties(Function0<Unit> onClose)
      • PLYPresentationProperties

        PLYPresentationProperties(Boolean displayCloseButton, Function1<Boolean, Unit> onLoaded, Function0<Unit> onClose)
      • PLYPresentationProperties

        PLYPresentationProperties(Function1<Boolean, Unit> onLoaded, Function0<Unit> onClose)
      • PLYPresentationProperties

        PLYPresentationProperties(String placementId, String presentationId, String contentId)
      • PLYPresentationProperties

        PLYPresentationProperties(String placementId, String presentationId)
      • PLYPresentationProperties

        PLYPresentationProperties(String presentationId)
      • PLYPresentationProperties

        PLYPresentationProperties(String placementId, String presentationId, String productId, String planId, String contentId, Boolean displayCloseButton, Function1<Boolean, Unit> onLoaded, Function0<Unit> onClose, String backgroundColor, String progressColor, String flowId, String requestId, List<String> campaignIds, String eventId, Flow flow, String flowActionId, Boolean isConditionalFlowAction)
        Parameters:
        placementId - The placement ID of the presentation.
        presentationId - The presentation ID of the presentation.
        productId - The product ID of the presentation.
        planId - The plan ID of the presentation.
        contentId - The content ID of the presentation.
        displayCloseButton - Whether to display the close button on the presentation.
        onLoaded - The listener that is called when the presentation is loaded.
        onClose - The listener that is called when the presentation is closed.
        backgroundColor - The background color of the presentation.
        progressColor - The progress color of the presentation.