Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="5.0.0.2291" />

.NET API 1,474,968 bytes

 Ticker

public abstract class Ticker
For internal use by platform renderers.
public static Ticker Default { get; }

For internal use by platform renderers.

public virtual bool SystemEnabled { get; }

For internal use by the Xamarin.Forms platform.

protected Ticker()

public static void SetDefault(Ticker ticker)

For internal use by the Xamarin.Forms platform.

protected abstract void DisableTimer()

For internal use by platform renderers.

protected abstract void EnableTimer()

For internal use by platform renderers.

protected virtual Ticker GetTickerInstance()

For internal use by the Xamarin.Forms platform.

public virtual int Insert(Func<long, bool> timeout)

For internal use by platform renderers.

protected void OnSystemEnabledChanged()

For internal use by the Xamarin.Forms platform.

public virtual void Remove(int handle)

For internal use by platform renderers.

public virtual void Remove(int handle, IDispatcher dispatcher)

protected void SendFinish()

For internal use by the Xamarin.Forms platform.

protected void SendSignals(int timestep = -1)

For internal use by platform renderers.

protected void SendSignals(long step)

For internal use by the Xamarin.Forms platform.