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
Type | Name | Description |
---|---|---|
out ulong | handle |
MLResult.Code MLSystemNotificationManagerDestroy
Destroy System Notification manager client.
public MLResult.Code MLSystemNotificationManagerDestroy(
ulong handle
)
Parameters
Type | Name | Description |
---|---|---|
ulong | handle |
MLResult.Code MLSystemNotificationManagerSetNotifications
Suppress/Unsuppress System Notifications.
public MLResult.Code MLSystemNotificationManagerSetNotifications(
ulong handle,
bool suppress
)
Parameters
Type | Name | Description |
---|---|---|
ulong | handle | |
bool | suppress |