xamarinwatchos
namespace ClockKit
{
[Model]
[Protocol]
[Register("CLKComplicationDataSource", false)]
public abstract class CLKComplicationDataSource : NSObject, ICLKComplicationDataSource, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("getTimelineEntriesForComplication:afterDate:limit:withHandler:")]
public virtual void GetTimelineEntriesAfterDate(CLKComplication! complication, NSDate! afterDate, nuint limit, [BlockProxy(typeof(NIDActionArity1V11))] Action<CLKComplicationTimelineEntry![]!>! 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. |