isComplicationEnabled
A Boolean value indicating whether the Watch app’s complication is in use on the currently paired and active Apple Watch.
Declaration
var isComplicationEnabled: Bool { get }Discussion
The value of this property is true when the app’s complication is installed on the active clock face. When the value of this property is false, calls to the transferCurrentComplicationUserInfo(_:) method fail immediately.
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.