Returns the event type for a specified space member event.
      Declaration
tibas_status tibasSpaceMemberEvent_GetType(
    tibasSpaceMemberEvent spaceMemberEvent,
    tibas_memberEventType* memberEventType);
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | spaceMemberEvent | Specify the spaceMemberEvent structure that identifies the event for which to return an event type. | 
                  
                     | memberEventType | Returns the space member event type. | 
               
            
Remarks
Use the tibasSpaceMemberEvent_GetType() function to return the event type for a specified space member event.
The space member event type can be one of the following:
            
               - TIBAS_MEMBER_EVENT_JOIN
-   Indicates that the member has joined the space.
- TIBAS_MEMBER_EVENT_UPDATE
-  Indicates that the member is being updated.
- TIBAS_MEMBER_EVENT_LEAVE
-  Indicates that the member has left the space.
Copyright © Cloud Software Group, Inc. All rights reserved.