ionic-vhframeworks 10.7.5 → 10.7.6

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,7 +601,7 @@ export declare class VhAuth {
601
601
  private subjectemployees;
602
602
  constructor(platform: Platform, vhMGDB_rootdatabase: VhMGDB_rootdatabase, 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
604
+ * Hàm lấy thông tin thiết bị đang dùng phần mềm: ngôn ngữ, nước nào, vị trí địa lý, IP....
605
605
  * @example:
606
606
  * this.vhAuth.getDVinfo()
607
607
  .then((str)=>{
@@ -635,6 +635,17 @@ export declare class VhAuth {
635
635
  * @returns Promise => boolean
636
636
  */
637
637
  checkPaymentIOS2(): Promise<unknown>;
638
+ /**
639
+ * @example:
640
+ * this.vhAuth.checkPaymentIOS3()
641
+ .then((bool:any)=>{
642
+ console.log('bool', bool);
643
+ },(error:any)=>{
644
+ console.log('error', error);
645
+ })
646
+ * @returns Promise => boolean
647
+ */
648
+ checkPaymentIOS3(): Promise<unknown>;
638
649
  /**
639
650
  * @example:
640
651
  * let data = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.7.5",
3
+ "version": "10.7.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"