Share via


STWebHistory.FetchHistory Method

Definition

Overloads

FetchHistory(STWebHistoryFetchHistoryCallback)

[Foundation.Export("fetchAllHistoryWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FetchHistory(ScreenTime.STWebHistoryFetchHistoryCallback completionHandler);
[<Foundation.Export("fetchAllHistoryWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchHistory : ScreenTime.STWebHistoryFetchHistoryCallback -> unit
override this.FetchHistory : ScreenTime.STWebHistoryFetchHistoryCallback -> unit

Parameters

Attributes

Applies to

FetchHistory(NSDateInterval, STWebHistoryFetchHistoryCallback)

[Foundation.Export("fetchHistoryDuringInterval:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FetchHistory(Foundation.NSDateInterval interval, ScreenTime.STWebHistoryFetchHistoryCallback completionHandler);
[<Foundation.Export("fetchHistoryDuringInterval:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchHistory : Foundation.NSDateInterval * ScreenTime.STWebHistoryFetchHistoryCallback -> unit
override this.FetchHistory : Foundation.NSDateInterval * ScreenTime.STWebHistoryFetchHistoryCallback -> unit

Parameters

interval
NSDateInterval
Attributes

Applies to