Table of Contents

Class CustomContentValidator

Namespace
ScanbotSDK.MAUI.Core.TextPattern
Assembly
ScanbotSDK.Shared.dll
public class CustomContentValidator : ContentValidator
Inheritance
CustomContentValidator
Inherited Members

Constructors

CustomContentValidator()

public CustomContentValidator()

Properties

AllowedCharacters

public string AllowedCharacters { get; set; }

Property Value

string

Callback

public ContentValidationCallback Callback { get; set; }

Property Value

ContentValidationCallback

Methods

FromJson(string)

public static CustomContentValidator FromJson(string rawJson)

Parameters

rawJson string

Returns

CustomContentValidator

ToNative()

public override CustomContentValidator ToNative()

Returns

CustomContentValidator