Package com.example.qrgo.listeners
Interface OnImeiCheckListener
-
public interface OnImeiCheckListener
Interface for callbacks when an IMEI check is performed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onImeiCheck(boolean imeiExists)
Called when an IMEI check is performed.
-