Package io.anyline2.modules
Class LicenseExpirationHelper
-
- All Implemented Interfaces:
public final class LicenseExpirationHelper
-
-
Method Summary
Modifier and Type Method Description static void
showExpirationDialog(Context context, DialogInterface.OnClickListener okListener)
Shows an AlertDialog to the user, informing him that the license has expired Must be run on UiThread -
-
Method Detail
-
showExpirationDialog
@UiThread() static void showExpirationDialog(Context context, DialogInterface.OnClickListener okListener)
Shows an AlertDialog to the user, informing him that the license has expired Must be run on UiThread
-
-
-
-