JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.banuba.sdk.effect_player
Interface HintListener
public interface
HintListener
Callback to receive "hints" (e.g. "Open mouth" from effect). Display them on UI.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onHint
(
String
hintMessage)
Method Details
onHint
void
onHint
(@NonNull
String
hintMessage)