Skip to content

Commit

Permalink
Stub implementaiton of "creativeId" callback method
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaterDad committed Jul 4, 2022
1 parent fc19c32 commit d32500d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions defvungle/src/android/dev/skaterdad/defvungle/DefVungle.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ public void onAdLeftApplication(String id) {
DefVungle.onVungleAdsError(id, "User exited during ad.");
}

@Override
public void creativeId(String creativeId) {
// Vungle creative ID to be displayed
}

@Override
public void onError(String id, VungleException error) {
DefVungle.onVungleAdsError(id, error.getLocalizedMessage());
Expand Down

0 comments on commit d32500d

Please sign in to comment.