Appearance
Get User ID
This method returns the UserID generated by Upshot.ai:
objective-c
@import Upshot;
// Returns a string which represents the userID generated by Upshot
NSString *userId = [[BrandKinesis sharedInstance] getUserId];
swift
import Upshot
// Returns a string which represents the userID generated by Upshot
let userId = BrandKinesis.sharedInstance().getUserId()