mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(): add private to extra classes
This commit is contained in:
+7
-5
@@ -152,10 +152,12 @@ export class NFC {
|
||||
static enabled(): Promise<any> {return; }
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
export declare class Ndef {
|
||||
uriRecord(uri: string): any;
|
||||
textRecord(text: string): any;
|
||||
mimeMediaRecord(mimeType: string, payload: string): any;
|
||||
androidApplicationRecord(packageName: string): any;
|
||||
static uriRecord(uri: string): any;
|
||||
static textRecord(text: string): any;
|
||||
static mimeMediaRecord(mimeType: string, payload: string): any;
|
||||
static androidApplicationRecord(packageName: string): any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user