|
Enfusion Script API
|
Serves as both Application and Invitation. More...
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) | |
Serves as both Application and Invitation.
| 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.
| proto external bool GroupApplication.IsInvitation | ( | ) |
| proto external void GroupApplication.Reject | ( | notnull BackendCallback | pCallback | ) |
Reject the application. The user doesn't join the Group.