Click or drag to resize

MessageDisplayDialogDataCreateMessageDialog Method (Notification)

Creates a new instance with a notification message layout with no buttons

Namespace:  ImmerseSDK.UI.MessageDisplay
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static MessageDisplayDialogData CreateMessageDialog(
	Notification notification
)

Parameters

notification
Type: ImmerseSDK.UI.MessageDisplayNotification

Return Value

Type: MessageDisplayDialogData
See Also