Package 

Interface PLYCustomScreenProvider


  • 
    public interface PLYCustomScreenProvider
    
                        

    Interface for providing custom screens within Purchasely flows.

    Clients should implement this interface and register it via Purchasely.setCustomScreenProvider to provide their own UI for specific presentations.

    When a presentation is marked as client-controlled (type == CLIENT), the SDK will invoke onCustomScreenRequested to obtain the custom screen implementation.

    • Method Summary

      Modifier and Type Method Description
      abstract PLYCustomScreen onCustomScreenRequested(PLYPresentation presentation) Called when the SDK needs a custom screen for the given presentation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait