Package com.indooratlas.android.sdk
Interface IndoorAtlasStorage
-
@Restricted @Beta public interface IndoorAtlasStorage
External storage APINOTE! To enable external storage support, please contact IndoorAtlas.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
get(String key)
OutputStream
set(String key)
-
-
-
Method Detail
-
get
@Nullable InputStream get(@NonNull String key)
-
set
@Nullable OutputStream set(@NonNull String key)
-
-