Package so.prelude.sdk.services.blocking
Interface WatchService
-
- All Implemented Interfaces:
public interface WatchService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
WatchService.WithRawResponse
A view of WatchService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract WatchService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. WatchFeedBackResponse
feedBack(WatchFeedBackParams params)
Once the user with a trustworthy phone number demonstrates authentic behavior, call this endpoint to report their authenticity to our systems. abstract WatchFeedBackResponse
feedBack(WatchFeedBackParams params, RequestOptions requestOptions)
WatchPredictResponse
predict(WatchPredictParams params)
Identify trustworthy phone numbers to mitigate fake traffic or traffic involved in fraud and international revenue share fraud (IRSF) patterns. abstract WatchPredictResponse
predict(WatchPredictParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
abstract WatchService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
feedBack
WatchFeedBackResponse feedBack(WatchFeedBackParams params)
Once the user with a trustworthy phone number demonstrates authentic behavior, call this endpoint to report their authenticity to our systems.
-
feedBack
abstract WatchFeedBackResponse feedBack(WatchFeedBackParams params, RequestOptions requestOptions)
-
predict
WatchPredictResponse predict(WatchPredictParams params)
Identify trustworthy phone numbers to mitigate fake traffic or traffic involved in fraud and international revenue share fraud (IRSF) patterns. This endpoint must be implemented in conjunction with the
watch/feedback
endpoint.
-
predict
abstract WatchPredictResponse predict(WatchPredictParams params, RequestOptions requestOptions)
-
-
-
-