Application.GetSendAppearingEventOnResume Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
The platform specific configuration that contains the element on which to perform the operation.