maze-project
Show / Hide Table of Contents

Class DeviceTypeService

Defines functionality for the current device type

Inheritance
object
DeviceTypeService
Implements
IDeviceTypeService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Maze.Maui.Services
Assembly: Maze.Maui.Services.dll
Syntax
public class DeviceTypeService : IDeviceTypeService

Constructors

DeviceTypeService()

Declaration
public DeviceTypeService()

Methods

IsTouchOnlyDevice()

Returns whether the current device is a touch-only device

Declaration
public bool IsTouchOnlyDevice()
Returns
Type Description
bool

Boolean

Implements

IDeviceTypeService
In this article
Back to top Generated by DocFX