Skip to content

Commit 53b37f8

Browse files
author
Ata Kuyumcu
committed
added a user property method example to the readme
1 parent 7d7e9cb commit 53b37f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ int main(int argc, char *argv[]) {
5757
Countly& ct = Countly::getInstance();
5858
// OS, OS_version, device, resolution, carrier, app_version);
5959
ct.SetMetrics("Windows 10", "10.22", "Mac", "800x600", "Carrier", "1.0");
60+
ct.SetCustomUserDetails({{"Account Type", "Basic"}, {"Employer", "Company4"}});
6061
// Server and port
6162
ct.Start("abf2034f975393fa994d1cf8adf9a93e4a29ac29", "https://myserver.com", 403);
6263
ct.SetMaxEventsPerMessage(40);

0 commit comments

Comments
 (0)