Enfusion Script API
Loading...
Searching...
No Matches
GroupMembership Interface Reference
Inheritance diagram for GroupMembership:
Managed

Public Member Functions

proto external void RequestDetails (notnull BackendCallback pCallback)
 Fetch details of this membership from backend.
 
proto external void Kick (notnull BackendCallback pCallback)
 Kick this member from the Group. Marks this membership as no longer valid.
 
- 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)
 

Member Function Documentation

◆ Kick()

proto external void GroupMembership.Kick ( notnull BackendCallback pCallback)

Kick this member from the Group. Marks this membership as no longer valid.

◆ RequestDetails()

proto external void GroupMembership.RequestDetails ( notnull BackendCallback pCallback)

Fetch details of this membership from backend.


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