docs(): maximumImagesCount works only for Android. (#1540)

The option "maximumImagesCount" works only for Android. So there should be a comment.
This commit is contained in:
IonicOnCouch 2017-05-14 04:46:41 +02:00 committed by Ibby Hadeed
parent 8ea8ac40e5
commit 66a82dd5ce

View File

@ -4,7 +4,7 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
export interface ImagePickerOptions { export interface ImagePickerOptions {
/** /**
* max images to be selected, defaults to 15. If this is set to 1, upon selection of a single image, the plugin will return it. * max images to be selected, defaults to 15. If this is set to 1, upon selection of a single image, the plugin will return it. (Android only)
*/ */
maximumImagesCount?: number; maximumImagesCount?: number;