Annotation Type CommunicationOptions

    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static String CACHE_FIRST
      Deprecated.
      Force to use cache even if it's too old.
      static String DEFAULT
      Deprecated.
      If there is no cache or if the cache is too old it will download from server.
      static String FORCE_DOWNLOAD
      Deprecated.
      Force download from server, the cache won't be used.
      static String PRELOAD_IMAGES
      Deprecated.
      Preload the images when you are downloading an object that contains them like Floor or PoiCategory.
      static String SERVER_FIRST
      Deprecated.
      Force download from server.
    • Field Detail

      • FORCE_DOWNLOAD

        static final String FORCE_DOWNLOAD
        Deprecated.
        Force download from server, the cache won't be used. The value in the options map must be a boolean. Default value is false
      • SERVER_FIRST

        static final String SERVER_FIRST
        Deprecated.
        Force download from server. If the server is not responding or there is no internet connection it will use the cache. The value in the options map must be a boolean. Default value is false
      • CACHE_FIRST

        static final String CACHE_FIRST
        Deprecated.
        Force to use cache even if it's too old. If there is not cache available it will try to download from server. The value in the options map must be a boolean. Default value is false
      • PRELOAD_IMAGES

        static final String PRELOAD_IMAGES
        Deprecated.
        Preload the images when you are downloading an object that contains them like Floor or PoiCategory. The value in the options map must be a boolean. Default value is true
      • DEFAULT

        static final String DEFAULT
        Deprecated.
        If there is no cache or if the cache is too old it will download from server. The value in the options map must be a boolean. Default value is true