Package com.banuba.sdk.effect_player
Interface EffectActivationCompletionListener
public interface EffectActivationCompletionListener
Callback interface to receive effect activation notification
-
Method Summary
Modifier and Type Method Description void
onEffectActivationFinished(java.lang.String url)
called when effect is ready to use
-
Method Details
-
onEffectActivationFinished
void onEffectActivationFinished(@NonNull java.lang.String url)called when effect is ready to use
-