Defines a single GroupMe group containing the group definition and methods to manage users and messages.
Inheritance Hierarchy
CkSoftware.GroupMe.Sdk.Groups GroupMeGroup
Namespace: CkSoftware.GroupMe.Sdk.Groups
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax
The GroupMeGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupMeGroup |
Instantiates a new GroupMeGroup object.
|
Methods
Name | Description | |
---|---|---|
AddMember |
Adds the given member-data to a list of members to add to the group. This DOES NOT directly submit the member to the
group. To submit the added member(s), call SubmitAddedMembers().
| |
CheckAddMemberResults |
Checks the status for the given results id and returns the status including the finished and missing member-data.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveMember(String) |
Removes a user from this group.
| |
RemoveMember(GroupMemberData) |
Removes a user from this group.
| |
ResolveLikesForMessage |
Resolves all likes of the given message to their respective group members.
| |
SubmitAddedMembersAndWaitForResults |
Submits the previously prepared AddMembers Command, awaits the results and returns the AddMember results.
| |
SubmitAddedMembersAsync |
Submits the previously prepared AddMembers Command and returns the Results Id required for Result-Polling / Checking.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Data |
The current GroupData.
| |
Messages |
The GroupMeMessages object which manages the messages for this group.
|
See Also