GroupMeGroupFactory MethodsCkSoftware GroupMe SDK - Documentation

The GroupMeGroupFactory type exposes the following members.

Methods

  NameDescription
Public methodCreateGroup
Creates a new group with the given options.
Public methodDestroyGroup
Destroys the group with the given groupId.
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 methodGetFormerGroups
Gets a list of former (and re-joinable) groups for the currently authenticated user.
Public methodGetGroup
Gets information about the group with the given group id.
Public methodGetGroups
Gets all currently active groups for the currently authenticated user.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateGroup
Updates the group with the given groupId with the given data. Attention: only new data must be added, so if you only want to change the description, only add the description parameter.
Top
See Also