Share via


Application.GetSendAppearingEventOnResume Method

Definition

Overloads

GetSendAppearingEventOnResume(BindableObject)

Returns a Boolean value that tells whether the appearing event is sent when the application resumes.

GetSendAppearingEventOnResume(IPlatformElementConfiguration<Android,Application>)

Returns a Boolean value that tells whether the appearing event is sent when the application resumes.

GetSendAppearingEventOnResume(BindableObject)

Returns a Boolean value that tells whether the appearing event is sent when the application resumes.

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

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

System.Boolean

Applies to

GetSendAppearingEventOnResume(IPlatformElementConfiguration<Android,Application>)

Returns a Boolean value that tells whether the appearing event is sent when the application resumes.

public static bool GetSendAppearingEventOnResume (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application> config);
static member GetSendAppearingEventOnResume : 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