Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
avipars authored Apr 23, 2020
1 parent 67383a1 commit a81ef21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ callback {
}

@Override
public void dontAllow(@NonNull PiracyCheckerError error, @Nullable PirateApp app) {
public void doNotAllow(@NonNull PiracyCheckerError error, @Nullable PirateApp app) {
// You can either do something specific when the user is not allowed to use the app
// Or manage the error, using the 'error' parameter, yourself (Check errors at {@link PiracyCheckerError}).

Expand Down

0 comments on commit a81ef21

Please sign in to comment.