C# 클래스 Microsoft.WindowsPhone.Samples.Notifications.TilePushNotificationMessage

Represents a tile push notification message.
Every phone application has one assigned 'tile' – a visual, dynamic representation of the application or its content. A tile displays in the Start screen if the end user has pinned it. This class members are thread safe.
상속: PushNotificationMessage
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets 1 사용 예제들

공개 메소드들

메소드 설명
TilePushNotificationMessage ( ) : System

Initializes a new instance of the TilePushNotificationMessage class. Initializes a new instance of this type with MessageSendPriority.Normal send priority.

TilePushNotificationMessage ( MessageSendPriority sendPriority ) : System

Initializes a new instance of the TilePushNotificationMessage class. Initializes a new instance of this type.

보호된 메소드들

메소드 설명
OnCreatePayload ( ) : byte[]

Create the tile message payload.

OnInitializeRequest ( System request ) : void

Initialize the request with tile specific headers.

VerifyPayloadSize ( byte payload ) : void

비공개 메소드들

메소드 설명
ClearField ( bool value ) : string
EncodeUri ( Uri uri ) : string

메소드 상세

OnCreatePayload() 보호된 메소드

Create the tile message payload.
protected OnCreatePayload ( ) : byte[]
리턴 byte[]

OnInitializeRequest() 보호된 메소드

Initialize the request with tile specific headers.
protected OnInitializeRequest ( System request ) : void
request System The message request.
리턴 void

TilePushNotificationMessage() 공개 메소드

Initializes a new instance of the TilePushNotificationMessage class. Initializes a new instance of this type with MessageSendPriority.Normal send priority.
public TilePushNotificationMessage ( ) : System
리턴 System

TilePushNotificationMessage() 공개 메소드

Initializes a new instance of the TilePushNotificationMessage class. Initializes a new instance of this type.
public TilePushNotificationMessage ( MessageSendPriority sendPriority ) : System
sendPriority MessageSendPriority /// The send priority of this message in the MPNS. ///
리턴 System

VerifyPayloadSize() 보호된 메소드

protected VerifyPayloadSize ( byte payload ) : void
payload byte
리턴 void