Click or drag to resize

AndroidGalleryManageronThumbCallback Delegate

Call back the ThumbData[] result.

Related method : getThumbnailPath.

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public delegate void onThumbCallback(
	ThumbData[] results
)

Parameters

results
Type: AndroidLocalGalleryPluginThumbData
See Also