Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.28 KB

proximitymessage_messagetype.md

File metadata and controls

29 lines (21 loc) · 1.28 KB
-api-id -api-type -api-device-family-note
P:Windows.Networking.Proximity.ProximityMessage.MessageType
winrt property
xbox

Windows.Networking.Proximity.ProximityMessage.MessageType

-description

Gets the type of the message.

-property-value

The type of the message.

-remarks

Messages are delivered to all applications that have subscribed to the message type (as indicated by the messageType parameter). Message type values are case-sensitive strings that consist of two parts: the protocol and the subtype. The protocol is first, followed by a dot (.) and then the subtype. For the PublishMessage method, the protocol must always be "Windows.". The subtype is a string of alphanumeric characters and the following additional characters: . ( ) + , - : = @ ; $ _ ! * ’. The subtype cannot exceed a length of 250 characters.

-examples

-see-also

Proximity and Tapping (C#/VB/C++), Proximity sample

-capabilities

proximity ID_CAP_PROXIMITY [Windows Phone]