@essent/nativescript-iadvize
Advanced tools
Comparing version 2.14.0 to 2.14.1
@@ -6,3 +6,3 @@ import { ChatConfiguration, IAdvizeAuthOption, IAdvizeCommon } from './common'; | ||
private static targetingListener; | ||
constructor(); | ||
private constructor(); | ||
static getInstance(): IAdvize; | ||
@@ -26,3 +26,3 @@ setLanguage(): void; | ||
hasOngoingConversation(): boolean; | ||
private static initiate; | ||
static initiate(): void; | ||
} |
@@ -9,9 +9,2 @@ import { IAdvizeCommon } from './common'; | ||
super(); | ||
if (instance) { | ||
return instance; | ||
} | ||
if (!instance) { | ||
// eslint-disable-next-line @typescript-eslint/no-this-alias | ||
instance = this; | ||
} | ||
} | ||
@@ -21,3 +14,2 @@ static getInstance() { | ||
instance = new IAdvize(); | ||
IAdvize.initiate(); | ||
} | ||
@@ -119,9 +111,5 @@ return instance; | ||
static initiate() { | ||
if (didInit) { | ||
return; | ||
} | ||
com.iadvize.conversation.sdk.IAdvizeSDK.initiate(Utils.android.getApplicationContext()); | ||
didInit = true; | ||
} | ||
} | ||
//# sourceMappingURL=index.android.js.map |
{ | ||
"name": "@essent/nativescript-iadvize", | ||
"version": "2.14.0", | ||
"version": "2.14.1", | ||
"description": "iAdvize plugin for NativeScript.", | ||
@@ -5,0 +5,0 @@ "main": "index", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54247
403