Data Integration
Mandatory Properties
Subscription Apps
2 min
these properties are applicable to subscription based apps properties 117,516,110 false true unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type unhandled content type code example function updateuserproperties() { const properties = { "subscribed" true }; cooeesdk updateuserprofile(properties); } ts function updateuserproperties() { const properties = { 'subscribed' true }; cooeesdk updateuserprofile(properties); }void updateuserproperties() { map\<string, object> properties = new hashmap<>(); properties put("subscribed", true); cooeesdk updateuserprofile(properties); }function updateuserproperties() { val properties = mapof( "subscribed" true ); cooeesdk updateuserprofile(properties); } (void) updateuserproperties { nsdictionary properties = @{ @"subscribed" @true }; @try{ \[cooeesdk updateuserprofile\ properties error\ nil]; } @catch (nsexception exception) { nslog(@"%@", exception reason); } @finally { nslog(@"finally condition"); } }func updateuserproperties(){ let properties = \[ "subscribed" true ] do { try cooeesdk updateuserprofile(properties) } catch { print("\\(error)") } } dart void updateuserproperties() { var properties = { "subscribed" true }; cooeesdk updateuserprofile(properties); }