Package com.incode.welcome_sdk
Interface IncodeWelcome.VerifyListener
-
- All Implemented Interfaces:
public interface IncodeWelcome.VerifyListener
License verification listener
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onVerified()
Called when is license is valid abstract Unit
onError(Throwable error)
Called when license is not valid or there is no working internet connection to check the license -
-
Method Detail
-
onVerified
abstract Unit onVerified()
Called when is license is valid
-
-
-
-