NotificationCallbackT Delegate
Notification callback delegate.
Namespace: KeeperSecurity.AuthenticationAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
public delegate bool NotificationCallback<in T>(
T evt
)
- evt T
- Notification event.
- T
- Type of event
Booleantrue to remove callback.
false keep receiving events.