Click or drag to resize

NotificationCallbackT Delegate

Notification callback delegate.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public delegate bool NotificationCallback<in T>(
	T evt
)

Parameters

evt  T
Notification event.

Type Parameters

T
Type of event

Return Value

Boolean
true to remove callback. false keep receiving events.
See Also