Package com.incode.welcome_sdk
Interface IncodeWelcome.VerifyListener
-
- All Implemented Interfaces:
public interface IncodeWelcome.VerifyListenerLicense verification listener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonVerified()Called when is license is valid abstract UnitonError(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
-
-
-
-