Retrieve the current user’s ID. This API is read-only and is primarily used to QA Events With Live View.

var userId = heap.userId;
var identity = heap.identity;
const userId = heap.userId;
const identity = heap.identity;
NSString *userId = [Heap userId];
NSString *identity = [Heap identity];
let userId = Heap.userId
let identity = Heap.identity
String userId = Heap.getUserId();
String identity = Heap.getIdentity();
val userId = Heap.getUserId()
val identity = Heap.getIdentity()
Did you find what you were looking for?
Thumb up Thumb down