CustomButtonTappedCompletion typedef
CustomButtonTappedCompletion =
void Function(int tag)
Callback for receiving signal, when a custom button,
configured in FaceSDK.uiCustomizationLayer
, is pressed.
tag
button id, indication which button was pressed.
Implementation
typedef CustomButtonTappedCompletion = void Function(int tag);