fix(adjust): added missing AdjustConfig method (#3886)
This commit is contained in:
parent
d10a20ec1d
commit
a013e33e2c
@ -240,6 +240,10 @@ export class AdjustConfig {
|
|||||||
private hasDeferredDeeplinkCallbackListener() {
|
private hasDeferredDeeplinkCallbackListener() {
|
||||||
return this.deferredDeeplinkCallback !== null;
|
return this.deferredDeeplinkCallback !== null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private hasConversionValueUpdatedCallbackListener() {
|
||||||
|
return this.conversionValueUpdatedCallback !== null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export class AdjustAppStoreSubscription {
|
export class AdjustAppStoreSubscription {
|
||||||
@ -766,4 +770,4 @@ export class Adjust extends AwesomeCordovaNativePlugin {
|
|||||||
getAppTrackingAuthorizationStatus(): Promise<number> {
|
getAppTrackingAuthorizationStatus(): Promise<number> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user