ionic-vhframeworks 10.6.6 → 10.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -601,6 +601,17 @@ export declare class VhAuth {
|
|
|
601
601
|
private paymentIOS;
|
|
602
602
|
constructor(platform: Platform, vhMGDB_auth: VhMGDB_auth, vhMGDB_database: VhMGDB_database, vhForFirstTime: VhForFirstTime, renderFactory: RendererFactory2, platformId: Object);
|
|
603
603
|
/**
|
|
604
|
+
* Hàm lấy thông tin thiết bị đang dùng phần mềm
|
|
605
|
+
* @example:
|
|
606
|
+
* this.vhAuth.getDVinfo()
|
|
607
|
+
.then((str)=>{
|
|
608
|
+
}, error=>{
|
|
609
|
+
console.log(error)
|
|
610
|
+
})
|
|
611
|
+
* @returns Promise => rsp =string / error
|
|
612
|
+
*/
|
|
613
|
+
getDVinfo(): Promise<unknown>;
|
|
614
|
+
/**
|
|
604
615
|
* @example:
|
|
605
616
|
* this.vhAuth.checkPaymentIOS()
|
|
606
617
|
.then((bool:any)=>{
|