Table of Contents

Class SBSDKUI2BarcodeMappedData

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

Constructors

SBSDKUI2BarcodeMappedData(NSObjectFlag)

protected SBSDKUI2BarcodeMappedData(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUI2BarcodeMappedData(NativeHandle)

protected SBSDKUI2BarcodeMappedData(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKUI2BarcodeMappedData(string, string, string)

public SBSDKUI2BarcodeMappedData(string title, string subtitle, string barcodeImage)

Parameters

title string
subtitle string
barcodeImage string

Properties

BarcodeImage

public virtual string BarcodeImage { get; set; }

Property Value

string

BarcodeImageKey

public static string BarcodeImageKey { get; }

Property Value

string

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Subtitle

public virtual string Subtitle { 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 SBSDKUI2BarcodeMappedData? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKUI2BarcodeMappedData

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