IPlatformServices.StartTimer(TimeSpan, Func<Boolean>) Method

Definition

For internal use by the Xamarin.Forms platform.

public void StartTimer (TimeSpan interval, Func<bool> callback);
abstract member StartTimer : TimeSpan * Func<bool> -> unit

Parameters

interval
TimeSpan

For internal use by the Xamarin.Forms platform.

callback
Func<Boolean>

For internal use by the Xamarin.Forms platform.

Applies to