Package 

Class PLYPresentationViewProperties

    • Constructor Detail

      • PLYPresentationViewProperties

        PLYPresentationViewProperties(Function0<Unit> onClose)
      • PLYPresentationViewProperties

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

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

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

        PLYPresentationViewProperties(String placementId, String presentationId)
      • PLYPresentationViewProperties

        PLYPresentationViewProperties(String presentationId)
      • PLYPresentationViewProperties

        PLYPresentationViewProperties(String placementId, String presentationId, String productId, String planId, String contentId, Boolean displayCloseButton, Function1<Boolean, Unit> onLoaded, Function0<Unit> onClose, String backgroundColor, String progressColor)
        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.