IWKCrownDelegate
xamarinwatchos
namespace WatchKit
{
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "WKCrownDelegate", WrapperType = typeof(WKCrownDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CrownDidRotate", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WKCrownSequencer), typeof(double) }, Selector = "crownDidRotate:rotationalDelta:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CrownDidBecomeIdle", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(WKCrownSequencer) }, Selector = "crownDidBecomeIdle:")]
[Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
public interface IWKCrownDelegate : INativeObject, IDisposable
}
| Xamarin watchOS | 0.0 |
|---|---|
Information specific to xamarinwatchos | |
| Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API