Package es.situm.sdk.communication
Annotation Type CommunicationOptions
-
@Deprecated @Retention(CLASS) public @interface CommunicationOptions
Deprecated.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.String
CACHE_FIRST
Deprecated.Force to use cache even if it's too old.static java.lang.String
DEFAULT
Deprecated.If there is no cache or if the cache is too old it will download from server.static java.lang.String
FORCE_DOWNLOAD
Deprecated.Force download from server, the cache won't be used.static java.lang.String
PRELOAD_IMAGES
Deprecated.Preload the images when you are downloading an object that contains them like Floor or PoiCategory.static java.lang.String
SERVER_FIRST
Deprecated.Force download from server.
-