ABTestService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 0
Removed member index 11
Description
History 24
- 538 Remove ABTestService
- 462 Change ThreadSafety of OnUserABTestLoadingStatusChanged from to Unsafe
- 462 Change ThreadSafety of OnBrowserTrackerABTestLoadingStatusChanged from to Unsafe
- 462 Change ThreadSafety of WaitUntilUserABTestsInitialized from to Unsafe
- 462 Change ThreadSafety of WaitUntilBrowserTrackerABTestsInitialized from to Unsafe
- 462 Change ThreadSafety of InitializeForUserId from to Unsafe
- 462 Change ThreadSafety of GetVariant from to Unsafe
- 462 Change ThreadSafety of GetUserABTestLoadingStatus from to Unsafe
- 462 Change ThreadSafety of GetPendingOrInitializedUserId from to Unsafe
- 462 Change ThreadSafety of GetBrowserTrackerABTestLoadingStatus from to Unsafe
- 462 Change ThreadSafety of ClearUserVariations from to Unsafe
- 434 Add OnUserABTestLoadingStatusChanged
- 434 Add OnBrowserTrackerABTestLoadingStatusChanged
- 434 Add GetUserABTestLoadingStatus
- 434 Add GetPendingOrInitializedUserId
- 434 Add GetBrowserTrackerABTestLoadingStatus
- 407 Remove clearUserVariations
- 407 Add ClearUserVariations
- 406 Add clearUserVariations
- 406 Add WaitUntilUserABTestsInitialized
- 406 Add WaitUntilBrowserTrackerABTestsInitialized
- 363 Add InitializeForUserId
- 363 Add GetVariant
- 363 Add ABTestService
Removed members 11
ClearUserVariations
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 538 Remove ABTestService
- 462 Change ThreadSafety of ClearUserVariations from to Unsafe
- 407 Add ClearUserVariations
GetBrowserTrackerABTestLoadingStatus
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
ABTestLoadingStatus |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 538 Remove ABTestService
- 462 Change ThreadSafety of GetBrowserTrackerABTestLoadingStatus from to Unsafe
- 434 Add GetBrowserTrackerABTestLoadingStatus
GetPendingOrInitializedUserId
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
int64 |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 538 Remove ABTestService
- 462 Change ThreadSafety of GetPendingOrInitializedUserId from to Unsafe
- 434 Add GetPendingOrInitializedUserId
GetUserABTestLoadingStatus
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
ABTestLoadingStatus |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 538 Remove ABTestService
- 462 Change ThreadSafety of GetUserABTestLoadingStatus from to Unsafe
- 434 Add GetUserABTestLoadingStatus
GetVariant
Parameters (1) | ||
---|---|---|
name | string | |
Returns (1) | ||
string |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 538 Remove ABTestService
- 462 Change ThreadSafety of GetVariant from to Unsafe
- 363 Add GetVariant
InitializeForUserId
Parameters (1) | ||
---|---|---|
userId | int64 | |
Returns (1) | ||
void |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 538 Remove ABTestService
- 462 Change ThreadSafety of InitializeForUserId from to Unsafe
- 363 Add InitializeForUserId
OnBrowserTrackerABTestLoadingStatusChanged
Parameters (1) | |
---|---|
status | ABTestLoadingStatus |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 538 Remove ABTestService
- 462 Change ThreadSafety of OnBrowserTrackerABTestLoadingStatusChanged from to Unsafe
- 434 Add OnBrowserTrackerABTestLoadingStatusChanged
OnUserABTestLoadingStatusChanged
Parameters (2) | |
---|---|
status | ABTestLoadingStatus |
userId | int64 |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 538 Remove ABTestService
- 462 Change ThreadSafety of OnUserABTestLoadingStatusChanged from to Unsafe
- 434 Add OnUserABTestLoadingStatusChanged
WaitUntilBrowserTrackerABTestsInitialized
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
This function yields. It will block the calling thread until completion.
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 538 Remove ABTestService
- 462 Change ThreadSafety of WaitUntilBrowserTrackerABTestsInitialized from to Unsafe
- 406 Add WaitUntilBrowserTrackerABTestsInitialized
WaitUntilUserABTestsInitialized
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
This function yields. It will block the calling thread until completion.
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 538 Remove ABTestService
- 462 Change ThreadSafety of WaitUntilUserABTestsInitialized from to Unsafe
- 406 Add WaitUntilUserABTestsInitialized
clearUserVariations
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | LocalUserSecurity |
---|
History 2
- 407 Remove clearUserVariations
- 406 Add clearUserVariations