Skip to main content
Version: 20 Mar 2024

NativeBindings

See ml_system_notification_manager.h for additional comments.

Inherits from:
MagicLeapNativeBindings

Public Methods

MLResult.Code MLSystemNotificationManagerCreate

Create System Notification manager client.

public MLResult.Code MLSystemNotificationManagerCreate(
out ulong handle
)

Parameters

TypeNameDescription
out ulonghandle

MLResult.Code MLSystemNotificationManagerDestroy

Destroy System Notification manager client.

public MLResult.Code MLSystemNotificationManagerDestroy(
ulong handle
)

Parameters

TypeNameDescription
ulonghandle

MLResult.Code MLSystemNotificationManagerSetNotifications

Suppress/Unsuppress System Notifications.

public MLResult.Code MLSystemNotificationManagerSetNotifications(
ulong handle,
bool suppress
)

Parameters

TypeNameDescription
ulonghandle
boolsuppress