website logo
HomeGo to Dashboard
User Guide
How-To Videos
Developers
Navigate through spaces
⌘K
Getting Started
Introduction
Compatibility
Terminology
SDK Installation
Shopify
Any Website
Dukaan
Angular 2+
WooCommerce
WordPress
Android Native
iOS Native
Flutter
Cordova
Ionic
React Native
Data Integration
Data Models
Mandatory Events
Mandatory Properties
Call to Action
System Events
Device Properties
Docs powered by archbee 

General Apps

3min

These properties are applicable to all the users

Properties

Property Name

Description

Type of Value

Logged In

If the user is logged in to your app via some sort of credentials like email-password, log in via Google/Facebook/Apple.

Boolean

Is Guest

Whether the user is a guest user (as defined by the application).

Boolean

Code Example

JS
TS
Java
Kotlin
ObjectiveC
Swift
Dart
|
function updateUserProperties() {
    const properties = {
        "Logged In": true,
        "Is Guest": false
    };

    cooeeSDK.updateUserProfile(properties);
}




Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
Mandatory Properties
NEXT
Educational Apps
Docs powered by archbee 
TABLE OF CONTENTS
Properties
Code Example