LinkingService
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 11
Description
History 12
- 628 Add OnLuaUrl
- 628 Add SwitchToSettingsApp
- 628 Add SupportsSwitchToSettingsApp
- 628 Add StopLuaUrlDelivery
- 628 Add StartLuaUrlDelivery
- 628 Add RegisterLuaUrl
- 628 Add OpenUrl
- 628 Add IsUrlRegistered
- 628 Add GetLastLuaUrl
- 628 Add GetAndClearLastPendingUrl
- 628 Add DetectUrl
- 628 Add LinkingService
Members 11
DetectUrl
Parameters (1) | ||
---|---|---|
url | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
GetAndClearLastPendingUrl
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetLastLuaUrl
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string? |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 628 Add GetLastLuaUrl
IsUrlRegistered
Parameters (1) | ||
---|---|---|
url | string | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 628 Add IsUrlRegistered
OnLuaUrl
Parameters (3) | |
---|---|
url | string |
matchedUrl | string |
attributionUrl | string? |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
OpenUrl
Parameters (1) | ||
---|---|---|
url | string | |
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
RegisterLuaUrl
Parameters (1) | ||
---|---|---|
url | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 628 Add RegisterLuaUrl
StartLuaUrlDelivery
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Dictionary? |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
StopLuaUrlDelivery
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
SupportsSwitchToSettingsApp
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
bool |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
SwitchToSettingsApp
Parameters (1) | ||
---|---|---|
route | string? | |
Returns (1) | ||
null |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |