API reference
API reference
Select your platform
No SDKs available
No versions available

SendInvitesResult Class

The result of sending an invite to a user or list of users shows invites were sent successfully through the resulting array. This is the model returned in a successful response to the GroupPresence.SendInvites() api.

Constructors

SendInvitesResult ( o )
Signature
Oculus.Platform.Models.SendInvitesResult.SendInvitesResult(IntPtr o)
Parameters
o: IntPtr

Fields

Invites : readonly ApplicationInviteList
The list of invites that was sent through GroupPresence.SendInvites(). This invite list can comprise of friends and recently met users.
Signature
readonly ApplicationInviteList Oculus.Platform.Models.SendInvitesResult.Invites