Up
Authors
- Generated by mockbuild
-
Date: Generated at 2025-07-24 06:37:39 +0000
- Declared in:
- Foundation/NSBackgroundActivityScheduler.h
Availability: MacOS-X 10.10.0
Description forthcoming.
Instance Variables
- (
NSString*)
identifier;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (instancetype)
initWithIdentifier: (
NSString*)identifier;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSTimeInterval)
interval;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
invalidate;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSQualityOfService)
qualityOfService;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (BOOL)
repeats;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
scheduleWithBlock: (GSScheduledBlock)block;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setIdentifier: (
NSString*)identifier;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setInterval: (
NSTimeInterval)interval;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setQualityOfService: (
NSQualityOfService)qualityOfService;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setRepeats: (BOOL)flag;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setShouldDefer: (BOOL)flag;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setTolerance: (
NSTimeInterval)tolerance;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (BOOL)
shouldDefer;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSTimeInterval)
tolerance;
Availability: MacOS-X 10.10.0
Description forthcoming.
Instance Variables for NSBackgroundActivityScheduler Class
@protected GSScheduledBlock
_block;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString*
_identifier;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSTimeInterval
_interval;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSActivityOptions
_opts;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSQualityOfService
_qualityOfService;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString*
_reason;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL
_repeats;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL
_shouldDefer;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSTimer*
_timer;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id
_token;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSTimeInterval
_tolerance;
Availability: MacOS-X 10.10.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up