-
public interface PLYCustomScreenProviderInterface 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 PLYCustomScreenonCustomScreenRequested(PLYPresentation presentation)Called when the SDK needs a custom screen for the given presentation. -
-
Method Detail
-
onCustomScreenRequested
abstract PLYCustomScreen onCustomScreenRequested(PLYPresentation presentation)
Called when the SDK needs a custom screen for the given presentation.
- Parameters:
presentation- The presentation requesting a custom screen
-
-
-
-