Skip to main content
Version: SDK 5.0.x

Function getTestGroupId

getTestGroupId(): Promise<null | TestGroupId>

Retrieve the test group of the user. The test group is computed from the advertiser id, so if that is not available, the promise resolves to null.

Returns

 Promise<null | TestGroupId>
Jump to