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