Banuba SDK
BNBHintListener.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from effect_player.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 
7 /**
8  * Callback to receive "hints" (e.g. "Open mouth" from effect).
9  * Display them on UI.
10  */
11 @protocol BNBHintListener
12 
13 - (void)onHint:(nonnull NSString *)hintMessage;
14 
15 @end
BNBHintListener-p
Callback to receive "hints" (e.g.
Definition: BNBHintListener.h:11