Application.GetSendDisappearingEventOnPause Method

Definition

Overloads

GetSendDisappearingEventOnPause(BindableObject)

Returns a Boolean value that tells whether the disappearing event is sent when the application is paused.

GetSendDisappearingEventOnPause(IPlatformElementConfiguration<Android,Application>)

Returns a Boolean value that tells whether the disappearing event is sent when the application is paused.

GetSendDisappearingEventOnPause(BindableObject)

Returns a Boolean value that tells whether the disappearing event is sent when the application is paused.

public static bool GetSendDisappearingEventOnPause (Xamarin.Forms.BindableObject element);
static member GetSendDisappearingEventOnPause : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

System.Boolean

Applies to

GetSendDisappearingEventOnPause(IPlatformElementConfiguration<Android,Application>)

Returns a Boolean value that tells whether the disappearing event is sent when the application is paused.

public static bool GetSendDisappearingEventOnPause (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application> config);
static member GetSendDisappearingEventOnPause : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.Application> -> bool

Parameters

config
IPlatformElementConfiguration<Android,Application>

The platform specific configuration that contains the element on which to perform the operation.

Returns

System.Boolean

Applies to