Table of Contents

Class SBSDKCustomContentValidator

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKCustomContentValidator : SBSDKContentValidator, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKCustomContentValidator
Implements
INSCopying
INativeObject
Inherited Members

Constructors

SBSDKCustomContentValidator()

public SBSDKCustomContentValidator()

SBSDKCustomContentValidator(NSObjectFlag)

protected SBSDKCustomContentValidator(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKCustomContentValidator(NativeHandle)

protected SBSDKCustomContentValidator(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKCustomContentValidator(string, SBSDKContentValidationCallback?)

public SBSDKCustomContentValidator(string allowedCharacters, SBSDKContentValidationCallback? callback)

Parameters

allowedCharacters string
callback SBSDKContentValidationCallback

Properties

AllowedCharacters

public virtual string AllowedCharacters { get; set; }

Property Value

string

Callback

public virtual SBSDKContentValidationCallback? Callback { get; set; }

Property Value

SBSDKContentValidationCallback

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

_type

public virtual string _type { get; }

Property Value

string

Methods

FromJsonWithJson(string)

public static SBSDKCustomContentValidator? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKCustomContentValidator

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