Immerse SDK
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

MessageRegistry.Contains

public static bool Contains(UInt16 messageType)

Check if a message type has a handler assigned

Returns: Returns true if the message type has a handler assigned

Parameter Description
messageType Message type

public static bool Contains(Enum messageType)

Check if a message type has a handler assigned

Returns: Returns true if the message type has a handler assigned

Parameter Description
messageType Message type