Share via


Application Class

Definition

Provides Tizen-specific platform configuration for application-level features.

public ref class Application abstract sealed
public static class Application
type Application = class
Public Module Application
Inheritance
Application

Fields

Name Description
ActiveBezelInteractionElementPropertyKey

Bindable property key for the read-only attached property ActiveBezelInteractionElement.

OverlayContentProperty

Bindable property for attached property OverlayContent.

UseBezelInteractionProperty

Bindable property for attached property UseBezelInteraction.

Methods

Name Description
GetActiveBezelInteractionElement(BindableObject)

Gets the element that currently handles bezel interaction.

GetActiveBezelInteractionElement(IPlatformElementConfiguration<Tizen,Application>)

Gets the element that currently handles bezel interaction.

GetOverlayContent(BindableObject)

Gets the overlay content view for the application.

GetOverlayContent(IPlatformElementConfiguration<Tizen,Application>)

Gets the overlay content view for the application.

GetUseBezelInteraction(BindableObject)

Gets the value that indicates whether bezel interaction is enabled.

GetUseBezelInteraction(IPlatformElementConfiguration<Tizen,Application>)

Gets the value that indicates whether bezel interaction is enabled.

SetActiveBezelInteractionElement(BindableObject, Element)

Sets the element that handles bezel interaction.

SetActiveBezelInteractionElement(IPlatformElementConfiguration<Tizen,Application>, Element)

Sets the element that handles bezel interaction.

SetOverlayContent(BindableObject, View)

Sets the overlay content view for the application.

SetOverlayContent(IPlatformElementConfiguration<Tizen,Application>, View)

Sets the overlay content view for the application.

SetUseBezelInteraction(BindableObject, Boolean)

Sets a value that indicates whether bezel interaction is enabled.

SetUseBezelInteraction(IPlatformElementConfiguration<Tizen,Application>, Boolean)

Sets a value that indicates whether bezel interaction is enabled.

Applies to