NotificationCallbackT Delegate

Notification callback delegate.

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
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