Package 

Class LatestUpdateStatusRequest

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<SubRegionStatus> execute() Executes a sync call to get the latest update's status of all sub regions.
      void asyncCall(Callback<List<SubRegionStatus>> callback) Executes an async call to get the latest update's status of all sub regions.
      void cancel() Attempts to cancel the committed call.
      • Methods inherited from class com.telenav.sdk.ota.model.OtaRequest

        getTimeout
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • asyncCall

         void asyncCall(Callback<List<SubRegionStatus>> callback)

        Executes an async call to get the latest update's status of all sub regions.

        Parameters:
        callback - the Callback to fetch the response of the call
      • cancel

         void cancel()

        Attempts to cancel the committed call.