rajivshah3/react-native-google-safetynet

View on GitHub
android/src/main/java/com/rajivshah/safetynet/RNGoogleSafetyNetModule.java

Summary

Maintainability
A
0 mins
Test Coverage

Method getHarmfulApps has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  @ReactMethod
  public void getHarmfulApps(final Promise promise){
    SafetyNet.getClient(baseContext)
    .listHarmfulApps()
    .addOnCompleteListener(new OnCompleteListener<HarmfulAppsResponse>() {

    There are no issues that match your filters.

    Category
    Status