Package com.banuba.sdk.effect_player
Interface EffectActivatedListener
public interface EffectActivatedListener
Interface to receive notifications on effect change
-
Method Summary
Modifier and Type Method Description void
onEffectActivated(java.lang.String url)
called when effect is activated
-
Method Details
-
onEffectActivated
void onEffectActivated(@NonNull java.lang.String url)called when effect is activated
-