Table of Contents

Class SBSDKDeviceInformation

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKDeviceInformation : NSObject
Inheritance
SBSDKDeviceInformation

Constructors

SBSDKDeviceInformation(NSObjectFlag)

protected SBSDKDeviceInformation(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKDeviceInformation(NativeHandle)

protected SBSDKDeviceInformation(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

DeviceName

public static string DeviceName { get; }

Property Value

string

FreeDiskSpace

public static string FreeDiskSpace { get; }

Property Value

string

FreeDiskSpaceInBytes

public static long FreeDiskSpaceInBytes { get; }

Property Value

long

FullDeviceName

public static string FullDeviceName { get; }

Property Value

string

IsSimulatorDevice

public static bool IsSimulatorDevice { get; }

Property Value

bool

MaximumRecommendedImageSize

public static CGSize MaximumRecommendedImageSize { get; }

Property Value

CGSize

TotalDiskSpace

public static string TotalDiskSpace { get; }

Property Value

string

TotalDiskSpaceInBytes

public static long TotalDiskSpaceInBytes { get; }

Property Value

long

UsedDiskSpace

public static string UsedDiskSpace { get; }

Property Value

string

UsedDiskSpaceInBytes

public static long UsedDiskSpaceInBytes { get; }

Property Value

long