How do we set externaluserid in one signal in sdkbox in cocos creator?

hi,

i am using cocos creator ver 2.4.3. i am using sdbox and among other things, one signal from sdkbox.
i want to know how to set the externaluserid of a player from my end.
in other words when i type

OneSignal.setExternalUserId(exteranlUserId);

in cocos creator (js/ts) the method (setExternalUserId) doesn’t show up in autocomplete, hence doesn’t exist in the library.

setExternalId function not found in sdkbox

thank you!

The next version (scheduled to be released in the next few days) will export setExternalUserId.