-
public class PLYCustomScreenRepresents 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 classPLYCustomScreen.ViewA custom screen backed by an Android View.
public final classPLYCustomScreen.FragmentA custom screen backed by an Android Fragment.
-