SKConfiguration
Objective-C
@interface SKConfiguration : NSObject <NSCopying>
Swift
class SKConfiguration : NSObject, NSCopying
This is the base class for all Sensor Configuration objects.
-
Undocumented
Declaration
Objective-C
- (BOOL)isValidForSensor:(SKSensorType)sensorType;Swift
func isValid(for sensorType: SKSensorType) -> Bool
View on GitHub