AndroidLocalGalleryPlugin Namespace |
Class | Description | |
---|---|---|
AndroidGalleryManager |
This class plays a role to contact with native library through Android Java object.
| |
FileColumns |
Common fields for most MediaProvider tables.
| |
MediaData | MediaData provides read access to the result set returned by the AndroidGalleryManager. Related methods : getFiles, getImageAndVideoFiles, getImageFiles, getVideoFiles and getAllFolders. | |
MediaDataGui |
uGui components which is attached recyclable item prefab.
| |
RecyclableGridScrollContent |
RecyclableGridScrollContent manages scroll content layout.
| |
RecyclableGridScrollContentPadding |
Padding.
| |
RuntimePermissionHelper |
Runtime permission helper.
| |
ThumbData | ThumbData provides read access to the result set returned by the AndroidGalleryManager. Related method : getThumbnailPath. |
Interface | Description | |
---|---|---|
IGalleryCallback | Controller script should inherits this callback to receive the mediadata or thumbdata result. | |
IRecyclableGridScrollContentDataProvider |
Controller script should inherits this callback to answer the information to calculate grid layout for RecyclableGridScrollLayout.
|
Delegate | Description | |
---|---|---|
AndroidGalleryManageronMediaCallback | Call back the MediaData[] result. Related methods : getImageAndVideoFiles, getImageFiles, getVideoFiles and getAllFolders. | |
AndroidGalleryManageronMediaMaxCountCallback | Call back the number of maximum count. Related methods : getImageAndVideoFilesMaxCount, getImageFilesMaxCount, getVideoFilesMaxCount and getAllFoldersMaxCount. | |
AndroidGalleryManageronThumbCallback | Call back the ThumbData[] result. Related method : getThumbnailPath. |
Enumeration | Description | |
---|---|---|
RecyclableGridScrollContentDirection |
Direction(Vertical, Horizontal).
|