xamarinios
namespace CoreMotion
{
[Deprecated(PlatformName.iOS, 8, 0, PlatformArchitecture.All, "Use 'CMPedometer' instead.")]
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Register("CMStepCounter", true)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public class CMStepCounter : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("startStepCountingUpdatesToQueue:updateOn:withHandler:")]
public virtual void StartStepCountingUpdates(NSOperationQueue! queue, nint stepCounts, [BlockProxy(typeof(NIDCMStepUpdateHandler))] CMStepUpdateHandler! handler);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Xamarin iOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |