Table of Contents

Class SBSDKToJSONConfiguration

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

Constructors

SBSDKToJSONConfiguration()

public SBSDKToJSONConfiguration()

SBSDKToJSONConfiguration(NSObjectFlag)

protected SBSDKToJSONConfiguration(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKToJSONConfiguration(NativeHandle)

protected SBSDKToJSONConfiguration(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKToJSONConfiguration(bool, SBSDKImageSerializationMode)

public SBSDKToJSONConfiguration(bool serializeImages, SBSDKImageSerializationMode imageSerializationMode)

Parameters

serializeImages bool
imageSerializationMode SBSDKImageSerializationMode

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

ImageSerializationMode

public virtual SBSDKImageSerializationMode ImageSerializationMode { get; }

Property Value

SBSDKImageSerializationMode

SerializeImages

public virtual bool SerializeImages { get; }

Property Value

bool

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKToJSONConfiguration? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKToJSONConfiguration

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