Disable Detections
SENTDisableDetectionsResult
@interface SENTDisableDetectionsResult : SENTDetectionsOperationResultSENTDisableDetectionsError
@interface SENTDisableDetectionsError : NSObjectobj
SENTDisableDetectionsCompletionHandler
typedef void (^SENTDisableDetectionsCompletionHandler)(SENTDisableDetectionsResult *_Nullable result,
SENTDisableDetectionsError *_Nullable error);Last updated