docs(): fix param type

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

View File

@ -112,7 +112,7 @@ export class BackgroundMode extends IonicNativePlugin {
/** /**
* Override the default title, ticker and text. * Override the default title, ticker and text.
* Available only for Android platform. * Available only for Android platform.
* @param {Configure} options List of option to configure. See table below * @param {BackgroundModeConfiguration} options List of option to configure. See table below
*/ */
@Cordova({ @Cordova({
platforms: ['Android'] platforms: ['Android']