Table of Contents

Enum ToastType

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

Enumerates the types of image and text for toast notification.

[DataContract]
public enum ToastType

Fields

[EnumMember] ToastImageAndText01 = 0

Specifies the first type image and text.

[EnumMember] ToastImageAndText02 = 1

Specifies the second type image and text.

[EnumMember] ToastImageAndText03 = 2

Specifies the third type image and text.

[EnumMember] ToastImageAndText04 = 3

Specifies the fourth type image and text.

[EnumMember] ToastSmallImageAndText01 = 4

Specifies the first type small image and text.

[EnumMember] ToastSmallImageAndText02 = 5

Specifies the second type small image and text.

[EnumMember] ToastSmallImageAndText03 = 6

Specifies the third type small image and text.

[EnumMember] ToastSmallImageAndText04 = 7

Specifies the fourth type small image and text.

[EnumMember] ToastText01 = 8

Specifies the first type text.

[EnumMember] ToastText02 = 9

Specifies the second type text.

[EnumMember] ToastText03 = 10

Specifies the third type text.

[EnumMember] ToastText04 = 11

Specifies the fourth type text.