isPaired
A Boolean indicating whether the current iPhone has a paired Apple Watch.
Declaration
var isPaired: Bool { get }Discussion
The value of this property is true when the iPhone is paired to an Apple Watch or false when it is not.
The value in this property is valid only for a configured session that has been activated successfully. If the activationState property is available, its value must be WCSessionActivationState.activated. When the session becomes inactive or deactivated, you should ignore the value in this property.