ToastMessage Members
Include Protected Members
Include Inherited Members
Represents the toast message that can be sent along with an INVITE.
The ToastMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ToastMessage(String) | Creates a new instance of the ToastMessage class with the given message. |
![]() |
ToastMessage(ContentType, []) | Creates a new instance of the ToastMessage class with the given content type and body. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ContentType | Gets the MIME content type. |
![]() |
HasTextMessage | Gets whether the toast message contains plain text. |
![]() |
Message | Gets the text message. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetBody | Gets the message body. |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
ToString | (inherited from Object) |
Top