Show / Hide Table of Contents

Class UM_Application

Main entry point for the Application APIs. This class provides APIs and interfaces to access the Application services functionality.

Inheritance
System.Object
UM_Application
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.CrossPlatform.App
Assembly: cs.temp.dll.dll
Syntax
public static class UM_Application

Properties

CameraService

Declaration
public static UM_iCameraService CameraService { get; }
Property Value
Type Description
UM_iCameraService

ContactsService

Declaration
public static UM_iContactsService ContactsService { get; }
Property Value
Type Description
UM_iContactsService

GalleryService

Declaration
public static UM_iGalleryService GalleryService { get; }
Property Value
Type Description
UM_iGalleryService

IsDarkMode

Returns true if user chooses dark mode UI in the device system preferences, returns false otherwise.

Declaration
public static bool IsDarkMode { get; }
Property Value
Type Description
System.Boolean

Methods

SendToBackground()

Will send an application to background. The method can be used to emulate pressing a Home button.

Declaration
public static void SendToBackground()
In This Article
Back to top Generated by DocFX