Enfusion Script API
|
Data structure for block list response. More...
Public Member Functions | |
proto external string | GetId () |
Get identity UUID of blocked user. | |
proto external string | GetName () |
Get name of blocked user. | |
proto external PlatformKind | GetPlatform () |
Get platform of blocked user. Will return NONE if platform could not be resolved. | |
proto external void | DeleteBlock (BackendCallback pCallback) |
![]() | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Data structure for block list response.
proto external void BlockListItem.DeleteBlock | ( | BackendCallback | pCallback | ) |
proto external string BlockListItem.GetId | ( | ) |
Get identity UUID of blocked user.
proto external string BlockListItem.GetName | ( | ) |
Get name of blocked user.
proto external PlatformKind BlockListItem.GetPlatform | ( | ) |
Get platform of blocked user. Will return NONE if platform could not be resolved.