Enfusion Script API
Loading...
Searching...
No Matches
BlockListItem Interface Reference

Data structure for block list response. More...

Inheritance diagram for BlockListItem:
Managed

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)
 
- Public Member Functions inherited from Managed
proto external ref Managed Clone ()
 Return shallow copy of object, or null if it is not allowed (not public constructor)
 

Detailed Description

Data structure for block list response.

Member Function Documentation

◆ DeleteBlock()

proto external void BlockListItem.DeleteBlock ( BackendCallback pCallback)

◆ GetId()

proto external string BlockListItem.GetId ( )

Get identity UUID of blocked user.

◆ GetName()

proto external string BlockListItem.GetName ( )

Get name of blocked user.

◆ GetPlatform()

proto external PlatformKind BlockListItem.GetPlatform ( )

Get platform of blocked user. Will return NONE if platform could not be resolved.


The documentation for this interface was generated from the following file: