Skip to content

Commit

Permalink
Merge pull request #85 from avipars/master
Browse files Browse the repository at this point in the history
Change Readme to match latest version
  • Loading branch information
jahirfiquitiva committed Apr 23, 2020
2 parents 67383a1 + bfcc2d6 commit 2880913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -533,7 +533,7 @@ callback {

@Override
public void onError(@NonNull PiracyCheckerError error) {
// This method is not required to be implemented/overriden but...
// This method is not required to be implemented/overridden but...
// You can either do something specific when an error occurs while checking the license,
// Or manage the error, using the 'error' parameter, yourself (Check errors at {@link PiracyCheckerError}).
}
Expand Down

0 comments on commit 2880913

Please sign in to comment.