Table of Contents

Class SBSDKUI2ExpectedBarcode

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKUI2ExpectedBarcode : SBSDKUI2Node, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKUI2ExpectedBarcode
Implements
INSCopying
INativeObject

Constructors

SBSDKUI2ExpectedBarcode(NSObjectFlag)

protected SBSDKUI2ExpectedBarcode(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUI2ExpectedBarcode(NativeHandle)

protected SBSDKUI2ExpectedBarcode(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKUI2ExpectedBarcode(string)

public SBSDKUI2ExpectedBarcode(string barcodeValue)

Parameters

barcodeValue string

SBSDKUI2ExpectedBarcode(string, string?, string?, nint)

public SBSDKUI2ExpectedBarcode(string barcodeValue, string? title, string? image, nint count)

Parameters

barcodeValue string
title string
image string
count nint

Properties

BarcodeImageKey

public static string BarcodeImageKey { get; }

Property Value

string

BarcodeValue

public virtual string BarcodeValue { get; set; }

Property Value

string

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Count

public virtual nint Count { get; set; }

Property Value

nint

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Image

public virtual string? Image { get; set; }

Property Value

string

Title

public virtual string? Title { get; set; }

Property Value

string

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKUI2ExpectedBarcode? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKUI2ExpectedBarcode

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string