Table of Contents

Class SBSDKUIDialogFactory

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKUIDialogFactory : NSObject
Inheritance
SBSDKUIDialogFactory

Constructors

SBSDKUIDialogFactory()

public SBSDKUIDialogFactory()

SBSDKUIDialogFactory(NSObjectFlag)

protected SBSDKUIDialogFactory(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUIDialogFactory(NativeHandle)

protected SBSDKUIDialogFactory(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Methods

CreateWithTitleConfirmButtonTitleDidPressConfirmButton(string?, string?, string?, UIImage?, Action?)

public virtual UIViewController CreateWithTitleConfirmButtonTitleDidPressConfirmButton(string? title, string? message, string? buttonTitle, UIImage? image, Action? handler)

Parameters

title string
message string
buttonTitle string
image UIImage
handler Action

Returns

UIViewController