Class NotificationSubject
Represents the subject of a notification.
Namespace: GroupMeClientApi.Push.Notifications
Assembly: GroupMeClientApi.dll
Syntax
public class NotificationSubject : object
Properties
| Improve this Doc View SourceDirectMessage
Gets a preview of the created message.
Declaration
public Message DirectMessage { get; }
Property Value
| Type | Description |
|---|---|
| Message |
LineMessage
Gets a preview of the created message.
Declaration
public Message LineMessage { get; }
Property Value
| Type | Description |
|---|---|
| Message |
Message
Gets any message provided as subject by GroupMe.
Declaration
public Message Message { get; }
Property Value
| Type | Description |
|---|---|
| Message |