ionic-vhframeworks 4.3.4 → 4.3.5
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.
- package/bundles/ionic-vhframeworks.umd.js +1 -1
- package/bundles/ionic-vhframeworks.umd.js.map +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js.map +1 -1
- package/fesm2015/ionic-vhframeworks.js.map +1 -1
- package/ionic-vhframeworks.metadata.json +1 -1
- package/lib/ionic-vhframeworks.service.d.ts +3 -0
- package/package.json +1 -1
|
@@ -8994,6 +8994,9 @@ export declare class VhQuerySales {
|
|
|
8994
8994
|
* @param message
|
|
8995
8995
|
*/
|
|
8996
8996
|
sendImageToAppCare(image: string): Promise<unknown>;
|
|
8997
|
+
/**
|
|
8998
|
+
* Hàm này chạy sau hàm đăng nhập hoặc xác thực đăng nhập vào phần mềm
|
|
8999
|
+
*/
|
|
8997
9000
|
startLocalStorage(): Promise<any>;
|
|
8998
9001
|
initPurchase(): void;
|
|
8999
9002
|
private initPaymentOnAPPStore;
|