Roblox API Reference

ABTestService

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (10)

Type Member History
void ClearUserVariations () 407
ABTestLoadingStatus GetBrowserTrackerABTestLoadingStatus () 434
int64 GetPendingOrInitializedUserId () 434
ABTestLoadingStatus GetUserABTestLoadingStatus () 434
string GetVariant (string name)
void InitializeForUserId (int64 userId)
void WaitUntilBrowserTrackerABTestsInitialized () 406
void WaitUntilUserABTestsInitialized () 406
OnBrowserTrackerABTestLoadingStatusChanged (ABTestLoadingStatus status) 434
OnUserABTestLoadingStatusChanged (ABTestLoadingStatus status, int64 userId) 434
57 members inherited from Instance

Removed member index (1)

Type Member History
void clearUserVariations () 406 407

History

Members

ClearUserVariations On DevHub

Name Type Default
No parameters.

History

GetBrowserTrackerABTestLoadingStatus On DevHub

Name Type Default
No parameters.

History

GetPendingOrInitializedUserId On DevHub

Name Type Default
No parameters.

History

GetUserABTestLoadingStatus On DevHub

Name Type Default
No parameters.

History

GetVariant On DevHub

Name Type Default
name string none

InitializeForUserId On DevHub

Name Type Default
userId int64 none

OnBrowserTrackerABTestLoadingStatusChanged On DevHub

Name Type Default
status ABTestLoadingStatus none

History

OnUserABTestLoadingStatusChanged On DevHub

Name Type Default
status ABTestLoadingStatus none
userId int64 none

History

WaitUntilBrowserTrackerABTestsInitialized On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
No parameters.

History

Tags: [Yields]

WaitUntilUserABTestsInitialized On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
No parameters.

History

Tags: [Yields]

Removed members

clearUserVariations

Name Type Default
No parameters.

History