Click or drag to resize

AndroidGalleryManagergetThumbnailPath Method (Int32, Int32, Int32, Int32, AndroidGalleryManageronThumbCallback)

Gets the thumbnail path array.

You don't need to specify the storage because thumbnail is stored in the external storage.

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void getThumbnailPath(
	int[] positions,
	int[] ids,
	int[] mediaTypes,
	int thumbSize,
	AndroidGalleryManageronThumbCallback callback
)

Parameters

positions
Type: SystemInt32
Position.
ids
Type: SystemInt32
Identifier.
mediaTypes
Type: SystemInt32
Media type.
thumbSize
Type: SystemInt32
Thumb size.
callback
Type: AndroidLocalGalleryPluginAndroidGalleryManageronThumbCallback
Callback.
See Also