mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
pre-final plugin rewrite
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import {Plugin, Cordova, InstanceProperty, CordovaInstance} from './plugin';
|
import {Plugin, Cordova, InstanceProperty, CordovaInstance} from './plugin';
|
||||||
declare var window: any = {
|
declare var window: any = {
|
||||||
ContactAddress: (...args) => {},
|
ContactAddress: (...args) => {},
|
||||||
ContactProperties: (...args) => {},
|
|
||||||
ContactOrganization: (...args) => {},
|
ContactOrganization: (...args) => {},
|
||||||
ContactName: (...args) => {},
|
ContactName: (...args) => {},
|
||||||
ContactField: (...args) => {},
|
ContactField: (...args) => {},
|
||||||
@@ -38,7 +37,7 @@ export interface IContactProperties {
|
|||||||
urls?: IContactField[];
|
urls?: IContactField[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export class Contact {
|
export class Contact implements IContactProperties {
|
||||||
|
|
||||||
private _objectInstance: any;
|
private _objectInstance: any;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user