Package io.glassfy.paywall
Interface PaywallUICallback
-
- All Implemented Interfaces:
public interface PaywallUICallback
-
-
Method Summary
Modifier and Type Method Description abstract UnitonResult(PaywallFragment result, GlassfyError error)-
-
Method Detail
-
onResult
@UiThread() abstract Unit onResult(PaywallFragment result, GlassfyError error)
-
-
-
-