mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
docs(): hide IAPError class
This commit is contained in:
parent
70cbcbf1e9
commit
4c4cf76f7a
@ -168,6 +168,9 @@ export interface IAPProductEvents {
|
|||||||
downloaded: (callback: IAPQueryCallback) => void;
|
downloaded: (callback: IAPQueryCallback) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @hidden
|
||||||
|
*/
|
||||||
export class IAPError {
|
export class IAPError {
|
||||||
code: number;
|
code: number;
|
||||||
message: string;
|
message: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user