GroupMeGroup ClassCkSoftware GroupMe SDK - Documentation
Defines a single GroupMe group containing the group definition and methods to manage users and messages.
Inheritance Hierarchy

System Object
  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

public class GroupMeGroup

The GroupMeGroup type exposes the following members.

Constructors

  NameDescription
Public methodGroupMeGroup
Instantiates a new GroupMeGroup object.
Top
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
Properties

  NameDescription
Public propertyData
The current GroupData.
Public propertyMessages
The GroupMeMessages object which manages the messages for this group.
Top
See Also