Share via


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
System.TimeSpan

For internal use by the Xamarin.Forms platform.

callback
System.Func<System.Boolean>

For internal use by the Xamarin.Forms platform.

Applies to