xamarinwatchos
namespace ClockKit
{
[Model]
[Protocol]
[Register("CLKComplicationDataSource", false)]
public abstract class CLKComplicationDataSource : NSObject, ICLKComplicationDataSource, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.WatchOS, 3, 0, PlatformArchitecture.None, "Use 'GetLocalizableSampleTemplate' instead.")]
[Export("getPlaceholderTemplateForComplication:withHandler:")]
public virtual void GetPlaceholderTemplate(CLKComplication! complication, [BlockProxy(typeof(NIDActionArity1V9))] Action<CLKComplicationTemplate!>! 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. |