Package 

Class RadarFraud


  • 
    public final class RadarFraud
    
                        

    Represents fraud detection signals for location verification.

    Note that these values should not be trusted unless you called trackVerified() instead of trackOnce().

    • Method Detail

      • getPassed

         final Boolean getPassed()

        A boolean indicating whether the user passed fraud detection checks. May be false if Fraud is not enabled.

      • getBypassed

         final Boolean getBypassed()

        A boolean indicating whether fraud detection checks were bypassed for the user for testing. May be false if Fraud is not enabled.

      • getVerified

         final Boolean getVerified()

        A boolean indicating whether the request was made with SSL pinning configured successfully. May be false if Fraud is not enabled.

      • getProxy

         final Boolean getProxy()

        A boolean indicating whether the user's IP address is a known proxy. May be false if Fraud is not enabled.

      • getMocked

         final Boolean getMocked()

        A boolean indicating whether the user's location is being mocked, such as in a simulator or using a location spoofing app. May be false if Fraud is not enabled.

      • getCompromised

         final Boolean getCompromised()

        A boolean indicating whether the user's device has been compromised according to the Play Integrity API. May be false if Fraud is not enabled.

      • getJumped

         final Boolean getJumped()

        A boolean indicating whether the user moved too far too fast. May be false if Fraud is not enabled.

      • getSharing

         final Boolean getSharing()

        A boolean indicating whether the user is screen sharing. May be false if Fraud is not enabled.

      • getInaccurate

         final Boolean getInaccurate()

        A boolean indicating whether the user's location is not accurate enough. May be false if Fraud is not enabled.

      • getBlocked

         final Boolean getBlocked()

        A boolean indicating whether the user has been manually blocked. May be false if Fraud is not enabled.