• Home
  • API Documentation

Class NotificationSubject

Represents the subject of a notification.

Inheritance
Object
NotificationSubject
Namespace: GroupMeClientApi.Push.Notifications
Assembly: GroupMeClientApi.dll
Syntax
public class NotificationSubject : object

Properties

| Improve this Doc View Source

DirectMessage

Gets a preview of the created message.

Declaration
public Message DirectMessage { get; }
Property Value
Type Description
Message
| Improve this Doc View Source

LineMessage

Gets a preview of the created message.

Declaration
public Message LineMessage { get; }
Property Value
Type Description
Message
| Improve this Doc View Source

Message

Gets any message provided as subject by GroupMe.

Declaration
public Message Message { get; }
Property Value
Type Description
Message
  • Edit on GitHub
  • View on GitHub
Back to top Generated by DocFX