Ticker 类

定义

供平台呈现器内部使用。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public abstract class Ticker
type Ticker = class
继承
System.Object
Ticker
属性
System.ComponentModel.EditorBrowsableAttribute

构造函数

Ticker()

供 Xamarin.Forms 平台内部使用。

属性

Default

供平台呈现器内部使用。

SystemEnabled

供 Xamarin.Forms 平台内部使用。

方法

DisableTimer()

供平台呈现器内部使用。

EnableTimer()

供平台呈现器内部使用。

GetTickerInstance()

供 Xamarin.Forms 平台内部使用。

Insert(Func<Int64,Boolean>)

供平台呈现器内部使用。

OnSystemEnabledChanged()

供 Xamarin.Forms 平台内部使用。

Remove(Int32)

供平台呈现器内部使用。

Remove(Int32, IDispatcher)

供平台呈现器内部使用。

SendFinish()

供 Xamarin.Forms 平台内部使用。

SendSignals(Int32)

供平台呈现器内部使用。

SendSignals(Int64)

供 Xamarin.Forms 平台内部使用。

SetDefault(Ticker)

供 Xamarin.Forms 平台内部使用。

适用于