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

Serves as both Application and Invitation. More...

Inheritance diagram for GroupApplication:
Managed

Public Member Functions

proto external bool IsInvitation ()
 
proto external void Approve (notnull BackendCallback pCallback)
 Approve the application. If there are free member spots at the time of approving, the user joins the Group.
 
proto external void Reject (notnull BackendCallback pCallback)
 Reject the application. The user doesn't join the Group.
 
- 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

Serves as both Application and Invitation.

Member Function Documentation

◆ Approve()

proto external void GroupApplication.Approve ( notnull BackendCallback pCallback)

Approve the application. If there are free member spots at the time of approving, the user joins the Group.

◆ IsInvitation()

proto external bool GroupApplication.IsInvitation ( )

◆ Reject()

proto external void GroupApplication.Reject ( notnull BackendCallback pCallback)

Reject the application. The user doesn't join the Group.


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