public interface GAMAppEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAppEvent(java.lang.String name,
java.lang.String info)
This method is called when event handler gets onAppEvent() callback from GAM SDK.
|
void onAppEvent(@NonNull
java.lang.String name,
@NonNull
java.lang.String info)
name - name of the app event.info - extra data included with the app event