GroupMeMessages GetLoadMessagesCommandForDirection Method CkSoftware GroupMe SDK - Documentation
When implemented, delivers a correctly instantiated IndexMessage command for a given direction.

Namespace: CkSoftware.GroupMe.Sdk.Messaging
Assembly: CkSoftware.GroupMe.Sdk.Messaging (in CkSoftware.GroupMe.Sdk.Messaging.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

protected abstract IWebApiCommand<GroupMeApiResponse<MessagesIndexData>> GetLoadMessagesCommandForDirection(
	MessageLoadDirection direction
)

Return Value

Type: IWebApiCommand GroupMeApiResponse MessagesIndexData  
The correctly constructed IWebApiCommand.
See Also