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 void
onVerified()
Called when is license is valid abstract void
onError(Throwable error)
Called when license is not valid or there is no working internet connection to check the license -
-
Method Detail
-
onVerified
abstract void onVerified()
Called when is license is valid
-
-
-
-