com.notnoop.mpns
Interface MpnsNotification

All Known Implementing Classes:
CycleTileNotification, FlipTileNotification, IconicTileNotification, RawNotification, TileNotification, ToastNotification

public interface MpnsNotification

Represents an MPNS notification to be sent to Microsoft service.


Method Summary
 List<? extends Map.Entry<String,String>> getHttpHeaders()
          Returns the identifier of the current message.
 byte[] getRequestBody()
          Returns the binary representation of the payload.
 

Method Detail

getRequestBody

byte[] getRequestBody()
Returns the binary representation of the payload.


getHttpHeaders

List<? extends Map.Entry<String,String>> getHttpHeaders()
Returns the identifier of the current message. The identifier is an application generated identifier.

Returns:
the notification identifier


Copyright © 2015. All Rights Reserved.