Updated 03 Mar 2023
Did this page help you?
Yes
No
These properties are applicable to subscription-based apps
Property Name | Description | Type of Value |
Subscribed | Whether the user has any active subscription or not. | Boolean |
function updateUserProperties() { const properties = { "Subscribed": true }; cooeeSDK.updateUserProfile(properties); }