Mentions légales du service

Skip to content
Snippets Groups Projects
NotificationHandler 155 B
// The notification handler (function) type accepted for c-objects
// Unit == void in Kotlin
type NotificationHandler = (VersionVector, CObjectId) -> Unit