Click or drag to resize

AndroidGalleryManagergetFilesMaxCount Method (String, String, Int32, String, Int32, Int32, AndroidGalleryManageronMediaMaxCountCallback)

Gets the files max count.

You will get the result through callback.

Added in v1.1.0

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void getFilesMaxCount(
	string storage,
	string folderDir,
	int[] mediaTypes,
	string sortOrder,
	int offset,
	int limit,
	AndroidGalleryManageronMediaMaxCountCallback callback
)

Parameters

storage
Type: SystemString
Storage.
folderDir
Type: SystemString
Folder dir.
mediaTypes
Type: SystemInt32
Media types.
sortOrder
Type: SystemString
Sort order.
offset
Type: SystemInt32
Offset.
limit
Type: SystemInt32
Limit.
callback
Type: AndroidLocalGalleryPluginAndroidGalleryManageronMediaMaxCountCallback
Callback.
See Also