BNBHintListener

Objective-C

@protocol BNBHintListener

Swift

protocol BNBHintListener

Callback to receive “hints” (e.g. “Open mouth” from effect). Display them on UI.

  • Undocumented

    Declaration

    Objective-C

    - (void)onHint:(nonnull NSString *)hintMessage;

    Swift

    func onHint(_ hintMessage: String)