API reference

BlockedUser Class

It contains an array of users who have been blocked by the logged in user. You can't follow, be followed, invited, or searched by a blocked user. It can be retrieved using Users.GetBlockedUsers().

Constructors

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

Fields

Id : readonly UInt64
It represents the user ID that has been blocked by the logged in user. It is a type of ID and can be retrieved using User::ID.
Signature
readonly UInt64 Oculus.Platform.Models.BlockedUser.Id