@essent/nativescript-iadvize
Advanced tools
Comparing version 2.9.0-alpha.1 to 2.9.0-alpha.2
@@ -37,4 +37,3 @@ import { Color, ImageSource } from '@nativescript/core'; | ||
const uuid = new NSUUID({ UUIDString: targetingRuleUUID }); | ||
const conversationChannel = ConversationChannel.alloc(); | ||
conversationChannel.initWithChat(); | ||
const conversationChannel = ConversationChannel.alloc().init(); | ||
return TargetingRule.alloc().initWithIdObjcConversationChannel(uuid, conversationChannel); | ||
@@ -41,0 +40,0 @@ } |
{ | ||
"name": "@essent/nativescript-iadvize", | ||
"version": "2.9.0-alpha.1", | ||
"version": "2.9.0-alpha.2", | ||
"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
49352
424