An object that provides information about the user’s Apple Watch.
SDKs
- iOS 8.2+
- watchOS 2.0+
Framework
- Watch
Kit
Declaration
@interface WKInterfaceDevice : NSObject
Overview
You can use the information from WKInterface
to make decisions about the content you display in your app. You can also use this object to play haptic feedback when your app is active.
Do not subclass or create instances of this class yourself. Always call the current
class method to get the shared device object.