xamarinwatchos
namespace ClockKit
{
[Model]
[Protocol]
[Register("CLKComplicationDataSource", false)]
public abstract class CLKComplicationDataSource : NSObject, ICLKComplicationDataSource, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("getSupportedTimeTravelDirectionsForComplication:withHandler:")]
public abstract void GetSupportedTimeTravelDirections(CLKComplication! complication, [BlockProxy(typeof(NIDActionArity1V5))] Action<CLKComplicationTimeTravelDirections>! handler);
}
}
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. |