Roblox API Reference

SocialService On DevHub

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 (17)

Type Member History
bool CanSendCallInviteAsync (Instance player) 600
bool CanSendGameInviteAsync (Instance player, int64 recipientId = 0) 370 549
null HideSelfView () 583
null InvokeGameInvitePromptClosed (Instance player, Array recipientIds) 370 573
null InvokeIrisInvite (Instance player, string tag, Array irisParticipants) 577 598
null InvokeIrisInvitePromptClosed (Instance player) 577
null PromptGameInvite (Instance player, Instance experienceInviteOptions = nil) 370 550 573
null PromptPhoneBook (Instance player, string tag) 600
null ShowSelfView (SelfViewPosition selfViewPosition = LastPosition) 583
CallInviteStateChanged (Instance player, InviteState inviteState) 600
GameInvitePromptClosed (Instance player, Array recipientIds) 370
PhoneBookPromptClosed (Instance player) 600
PromptInviteRequested (Instance player, Instance experienceInviteOptions) 370 550
PromptIrisInviteRequested (Instance player, string tag) 577
SelfViewHidden () 583
SelfViewVisible (SelfViewPosition selfViewPosition) 583
Instance OnCallInviteInvoked (string tag, Array callParticipantIds) 600
57 members inherited from Instance

Removed member index (11)

Type Member History
bool CanSendIrisInviteAsync (Instance player) 577 602
null PromptIrisInvite (Instance player, string tag) 577 602
void SetBestFriendUrl (string bestFriendUrl) 282
void SetFriendUrl (string friendUrl) 282
void SetGroupRankUrl (string groupRankUrl) 69 282
void SetGroupRoleUrl (string groupRoleUrl) 69 282
void SetGroupUrl (string groupUrl) 282
void SetPackageContentsUrl (string stuffUrl) 282
void SetStuffUrl (string stuffUrl) 282
IrisInvitePromptClosed (Instance player) 577 602
Instance OnIrisInviteInvoked (string tag, Array irisParticipantIds) 577 602

History

Members

CallInviteStateChanged On DevHub

Name Type Default
player Instance none
inviteState InviteState none

History

CanSendCallInviteAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
player Instance none

History

Tags: [Yields]

CanSendGameInviteAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
player Instance none
recipientId int64 0

History

Tags: [Yields]

GameInvitePromptClosed On DevHub

Name Type Default
player Instance none
recipientIds Array none

History

HideSelfView On DevHub

Name Type Default
No parameters.

History

InvokeGameInvitePromptClosed On DevHub

Name Type Default
player Instance none
recipientIds Array none

History

InvokeIrisInvite On DevHub

Name Type Default
player Instance none
tag string none
irisParticipants Array none

History

InvokeIrisInvitePromptClosed On DevHub

Name Type Default
player Instance none

History

OnCallInviteInvoked On DevHub

Name Type Default
tag string none
callParticipantIds Array none

History

PhoneBookPromptClosed On DevHub

Name Type Default
player Instance none

History

PromptGameInvite On DevHub

Name Type Default
player Instance none
experienceInviteOptions Instance nil

History

PromptInviteRequested On DevHub

Name Type Default
player Instance none
experienceInviteOptions Instance none

History

PromptIrisInviteRequested On DevHub

Name Type Default
player Instance none
tag string none

History

PromptPhoneBook On DevHub

Name Type Default
player Instance none
tag string none

History

SelfViewHidden On DevHub

Name Type Default
No parameters.

History

SelfViewVisible On DevHub

Name Type Default
selfViewPosition SelfViewPosition none

History

ShowSelfView On DevHub

Name Type Default
selfViewPosition SelfViewPosition LastPosition

History

Removed members

CanSendIrisInviteAsync

This function yields. It will block the calling thread until completion.
Name Type Default
player Instance none

History

Tags: [Yields]

IrisInvitePromptClosed

Name Type Default
player Instance none

History

OnIrisInviteInvoked

Name Type Default
tag string none
irisParticipantIds Array none

History

PromptIrisInvite

Name Type Default
player Instance none
tag string none

History

SetBestFriendUrl

Name Type Default
bestFriendUrl string none

History

SetFriendUrl

Name Type Default
friendUrl string none

History

SetGroupRankUrl

Name Type Default
groupRankUrl string none

History

SetGroupRoleUrl

Name Type Default
groupRoleUrl string none

History

SetGroupUrl

Name Type Default
groupUrl string none

History

SetPackageContentsUrl

Name Type Default
stuffUrl string none

History

SetStuffUrl

Name Type Default
stuffUrl string none

History

Relevant classes (1)

Relevant enums (2)