UpdateCheckListener

com.anywherecommerce.android.sdk.devices

Interface UpdateCheckListener

  • public interface <span class="typeNameLabel">UpdateCheckListener</span>Created by Admin on 9/10/2017.

Method Summary

  Modifier and TypeMethod and Description`void``<span class="memberNameLink">

onUpdateAvailable(

FirmwareVersion newVersion) void``

onUpdateCheckFailed(

MeaningfulError reason) void``

onUpdateNotRequired()`

Method Detail

onUpdateAvailable

        `void onUpdateAvailable(

FirmwareVersion newVersion)`

onUpdateNotRequired

        `void onUpdateNotRequired()`

onUpdateCheckFailed

        `void onUpdateCheckFailed(

MeaningfulError reason)`