Package 

Class PLYCustomScreen


  • 
    public class PLYCustomScreen
    
                        

    Represents a custom screen that can be displayed within a Purchasely flow.

    Clients can provide either a View or a Fragment implementation when responding to custom screen requests via PLYCustomScreenProvider.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class PLYCustomScreen.View

      A custom screen backed by an Android View.

      public final class PLYCustomScreen.Fragment

      A custom screen backed by an Android Fragment.