Click or drag to resize

IGalleryCallback Interface

Controller script should inherits this callback to receive the mediadata or thumbdata result.

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface IGalleryCallback

The IGalleryCallback type exposes the following members.

Methods
  NameDescription
Public methodonMediaCallback
Media query callback.
Public methodonThumbCallback
Thumbnail query callback.
Top
See Also