RadarFraud

data class RadarFraud(proxy: Boolean, mocked: Boolean)

Learned fraud state for the user

Constructors

RadarFraud
Link copied to clipboard
fun RadarFraud(proxy: Boolean, mocked: Boolean)

Types

Companion
Link copied to clipboard
object Companion

Functions

toJson
Link copied to clipboard
fun toJson(): JSONObject

Properties

mocked
Link copied to clipboard
val mocked: Boolean
A boolean indicating whether or not the user's location is being mocked, such as in a simulation.
proxy
Link copied to clipboard
val proxy: Boolean
A boolean indicating whether the user's IP address is a known proxy.