GroupMeGroupFactory GetGroups Method CkSoftware GroupMe SDK - Documentation
Gets all currently active groups for the currently authenticated user.

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 Task<GroupsListing> GetGroups()

Return Value

Type: Task GroupsListing 
An awaitable Task resulting in a GroupsListing.
See Also