Class ApplicationInfoService
Application infomation service.
Inherited Members
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public static class ApplicationInfoService
Properties
Assembly
Gets the application's assembly.
Declaration
public static Assembly Assembly { get; }
Property Value
Type | Description |
---|---|
Assembly | The assembly. |
Build
Gets the application's build number.
Declaration
public static int Build { get; }
Property Value
Type | Description |
---|---|
Int32 | The build. |
CurrentPage
Gets the currently displayed page.
Declaration
public static Page CurrentPage { get; }
Property Value
Type | Description |
---|---|
Page | The current page. |
Fingerprint
Gets the fingerprint (valid on Android only).
Declaration
public static string Fingerprint { get; }
Property Value
Type | Description |
---|---|
String | The fingerprint. |
Identifier
Gets the bundle or package identifier.
Declaration
public static string Identifier { get; }
Property Value
Type | Description |
---|---|
String | The identifier. |
Name
Gets the applications display name.
Declaration
public static string Name { get; }
Property Value
Type | Description |
---|---|
String | The name. |
NavigationPage
Gets the application's navigation page.
Declaration
public static NavigationPage NavigationPage { get; }
Property Value
Type | Description |
---|---|
NavigationPage | The navigation page. |
Version
Gets the version string.
Declaration
public static string Version { get; }
Property Value
Type | Description |
---|---|
String | The version. |
Methods
IsPageInNavigationStacks(Page)
Is the page in the current navigation stacks.
Declaration
public static bool IsPageInNavigationStacks(Page page)
Parameters
Type | Name | Description |
---|---|---|
Page | page | Page. |
Returns
Type | Description |
---|---|
Boolean |
|
WaitForMainPage()
Waits for Xamarin.Forms.Application.MainPAge to be set.
Declaration
public static Task WaitForMainPage()
Returns
Type | Description |
---|---|
Task | The for main page. |