GroupMeGroup MethodsCkSoftware GroupMe SDK - Documentation

The GroupMeGroup type exposes the following members.

Methods

  NameDescription
Public methodAddMember
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().
Public methodCheckAddMemberResults
Checks the status for the given results id and returns the status including the finished and missing member-data.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveMember(String)
Removes a user from this group.
Public methodRemoveMember(GroupMemberData)
Removes a user from this group.
Public methodResolveLikesForMessage
Resolves all likes of the given message to their respective group members.
Public methodSubmitAddedMembersAndWaitForResults
Submits the previously prepared AddMembers Command, awaits the results and returns the AddMember results.
Public methodSubmitAddedMembersAsync
Submits the previously prepared AddMembers Command and returns the Results Id required for Result-Polling / Checking.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also