Package es.situm.sdk.communication
Annotation Type CommunicationOptions
-
@Deprecated @Retention(CLASS) public @interface CommunicationOptionsDeprecated.Options used inCommunicationManager. If multiple values are set the options will take priority in this order:FORCE_DOWNLOAD,SERVER_FIRST,CACHE_FIRST,DEFAULT
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.StringCACHE_FIRSTDeprecated.Force to use cache even if it's too old.static java.lang.StringDEFAULTDeprecated.If there is no cache or if the cache is too old it will download from server.static java.lang.StringFORCE_DOWNLOADDeprecated.Force download from server, the cache won't be used.static java.lang.StringPRELOAD_IMAGESDeprecated.Preload the images when you are downloading an object that contains them like Floor or PoiCategory.static java.lang.StringSERVER_FIRSTDeprecated.Force download from server.
-