MessagingCompletion

typealias MessagingCompletion = (success: Boolean, error: MessagingError?) -> Unit(source)

ENTERPRISE EDITION API

The MessagingCompletion callback interface used for acknowledging the completion of a messaging operation.

Acknowledges completion of the operation.

Parameters

success

Success or failure

error

The error if any