Click or drag to resize

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

Gets the thumbnail path.

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 position,
	int id,
	int mediaType,
	int thumbSize,
	AndroidGalleryManageronThumbCallback callback
)

Parameters

position
Type: SystemInt32
Position.
id
Type: SystemInt32
Identifier.
mediaType
Type: SystemInt32
Media type.
thumbSize
Type: SystemInt32
Thumb size.
callback
Type: AndroidLocalGalleryPluginAndroidGalleryManageronThumbCallback
Callback.
See Also