MessageLoadDirection EnumerationCkSoftware GroupMe SDK - Documentation
Defines the direction for the message-loading.

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

public enum MessageLoadDirection
Members

  Member nameValueDescription
Backward0 Performs a backward loading (older messages).
Forward1 Performs a forward loading (newer messages).
Current2 Performs a actual messages loading (newest messages).
See Also