docs(): fix param type

This commit is contained in:
Ibby Hadeed 2017-05-17 06:50:43 -04:00
parent 6534283a6f
commit d8eb621da4

View File

@ -122,7 +122,7 @@ export class BackgroundMode extends IonicNativePlugin {
/** /**
* Modify the displayed information. * Modify the displayed information.
* Available only for Android platform. * Available only for Android platform.
* @param {Configure} options Any options you want to update. See table below. * @param {BackgroundModeConfiguration} options Any options you want to update. See table below.
*/ */
@Cordova({ @Cordova({
platforms: ['Android'] platforms: ['Android']