Click or drag to resize

AndroidGalleryManagergetAllFolders Method

Overload List
  NameDescription
Public methodgetAllFolders(String, String, Int32, Int32, AndroidGalleryManageronMediaCallback)

Gets all folders.

This method automatically add STORAGE_EXTERNAL to get.

You will get the result through callback.

Public methodgetAllFolders(String, Int32, String, Int32, Int32, AndroidGalleryManageronMediaCallback)

Gets all folders.

This method automatically add STORAGE_EXTERNAL to get.

You will get the result through callback.

Added in v1.1.0

Public methodgetAllFolders(String, String, String, Int32, Int32, AndroidGalleryManageronMediaCallback)

Gets all folders.

This method automatically add STORAGE_EXTERNAL to get.

You will get the result through callback.

Public methodgetAllFolders(String, Int32, String, String, Int32, Int32, AndroidGalleryManageronMediaCallback)

Gets all folders.

This method automatically add STORAGE_EXTERNAL to get.

You will get the result through callback.

Added in v1.1.0

Public methodgetAllFolders(String, String, Int32, String, Int32, Int32, AndroidGalleryManageronMediaCallback)

Gets all folders.

This method automatically add STORAGE_EXTERNAL to get.

You will get the result through callback.

Added in v1.1.0

Public methodgetAllFolders(String, String, Int32, String, String, Int32, Int32, AndroidGalleryManageronMediaCallback)

Gets all folders.

This method automatically add STORAGE_EXTERNAL to get.

You will get the result through callback.

Added in v1.1.0

Top
See Also