iOSApp.SendAppToBackground(TimeSpan) Method

Definition

Sends the app to background for the specified time span.

public void SendAppToBackground (TimeSpan time);
member this.SendAppToBackground : TimeSpan -> unit
Public Sub SendAppToBackground (time As TimeSpan)

Parameters

time
TimeSpan

The time for the app to be in the background.

Applies to