pub unsafe extern "C" fn AServiceManager_NotificationRegistration_delete(
    notification: *mut AServiceManager_NotificationRegistration,
)
Expand description

Unregister for notifications and delete the object.

After this method is called, the callback is guaranteed to no longer be invoked. This will block until any in-progress onRegister callbacks have completed. It is therefore safe to immediately destroy the void* cookie that was registered when this method returns.

\param notification object to dismiss