Toast Class

 

Represents a Toast notification targeting MPNS. Use the Toast with MpnsPushMessage to create an MPNS notification and send it using the PushClient.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Notifications.MpnsMessage
    Microsoft.WindowsAzure.Mobile.Service.Notifications.Toast

type Toast = 
    class
        inherit MpnsMessage
    end

NameDescription
System_CAPS_pubmethodToast()

Initializes a new instance of the Toast.

NameDescription
System_CAPS_pubpropertyParameter

Gets or sets the Param field of the toast.

System_CAPS_protpropertyProperties

Gets the properties associated with this toast or tile.(Inherited from MpnsMessage.)

System_CAPS_protpropertyTemplate

Gets or sets the template name of the tile or toast, e.g. "FlipTile", or null if there is no template name.(Inherited from MpnsMessage.)

System_CAPS_pubpropertyText1

Gets or sets the Text1 field of the toast.

System_CAPS_pubpropertyText2

Gets or sets the Text2 field of the toast.

System_CAPS_protpropertyTileId

Gets or sets the id of the tile.(Inherited from MpnsMessage.)

System_CAPS_protpropertyVersion

Gets or sets the version of the tile or toast, e.g. "2.0", or null if there is no version.(Inherited from MpnsMessage.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

For more information about the MPNS Toast, see http://msdn.microsoft.com/library/windowsphone/develop/jj662938.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: