Click or drag to resize

CustomMessageMetadata Class

Custom Message metadata
Inheritance Hierarchy
SystemObject
  ImmerseSDK.MetadataCustomMessageMetadata

Namespace:  ImmerseSDK.Metadata
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[SerializableAttribute]
public class CustomMessageMetadata

The CustomMessageMetadata type exposes the following members.

Constructors
  NameDescription
Public methodCustomMessageMetadata
Initializes a new instance of the CustomMessageMetadata class
Top
Fields
  NameDescription
Public fieldBroadcastBackToSelf
True if the sender also gets the message "broadcast-self" behavior
Public fieldDescription
Custom message description
Public fieldIsPersistedInSession
True if this message is persisted in the session "session-persist" behavior
Public fieldMessageType
The message type ( > 1000)
Public fieldName
Custom message name
Public fieldProfile
Profile setup
Top
See Also