Ticker Class

Definition

For internal use by platform renderers.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public abstract class Ticker
type Ticker = class
Inheritance
Ticker
Attributes

Constructors

Ticker()

For internal use by the Xamarin.Forms platform.

Properties

Default

For internal use by platform renderers.

SystemEnabled

For internal use by the Xamarin.Forms platform.

Methods

DisableTimer()

For internal use by platform renderers.

EnableTimer()

For internal use by platform renderers.

GetTickerInstance()

For internal use by the Xamarin.Forms platform.

Insert(Func<Int64,Boolean>)

For internal use by platform renderers.

OnSystemEnabledChanged()

For internal use by the Xamarin.Forms platform.

Remove(Int32)

For internal use by platform renderers.

Remove(Int32, IDispatcher)
SendFinish()

For internal use by the Xamarin.Forms platform.

SendSignals(Int32)

For internal use by platform renderers.

SendSignals(Int64)

For internal use by the Xamarin.Forms platform.

SetDefault(Ticker)

For internal use by the Xamarin.Forms platform.

Applies to