Click or drag to resize

MessageDisplayServiceShow Method (MessageDisplayDialogData)

Show the message specified. Only the message with the highest priority will actually be displayed to the user. It might not be the message you pass into this method.

Namespace:  ImmerseSDK.UI.MessageDisplay
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool Show(
	MessageDisplayDialogData message
)

Parameters

message
Type: ImmerseSDK.UI.MessageDisplayMessageDisplayDialogData

Return Value

Type: Boolean
See Also