Click or drag to resize

AndroidGalleryManageronMediaMaxCountCallback Delegate

Call back the number of maximum count.

Related methods : getImageAndVideoFilesMaxCount, getImageFilesMaxCount, getVideoFilesMaxCount and getAllFoldersMaxCount.

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public delegate void onMediaMaxCountCallback(
	int maxCount
)

Parameters

maxCount
Type: SystemInt32
See Also