Class SBSDKUI2IntroductionScreenConfiguration
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKUI2IntroductionScreenConfiguration : SBSDKUI2Node, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKUI2IntroductionScreenConfiguration
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKUI2IntroductionScreenConfiguration()
public SBSDKUI2IntroductionScreenConfiguration()
SBSDKUI2IntroductionScreenConfiguration(NSObjectFlag)
protected SBSDKUI2IntroductionScreenConfiguration(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKUI2IntroductionScreenConfiguration(NativeHandle)
protected SBSDKUI2IntroductionScreenConfiguration(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKUI2IntroductionScreenConfiguration(SBSDKUI2Color, SBSDKUI2Color, SBSDKUI2Color, bool, SBSDKUI2ButtonConfiguration, SBSDKUI2StyledText, SBSDKUI2StyledText, SBSDKUI2IntroListEntry[])
public SBSDKUI2IntroductionScreenConfiguration(SBSDKUI2Color backgroundColor, SBSDKUI2Color dividerColor, SBSDKUI2Color handlerColor, bool showAutomatically, SBSDKUI2ButtonConfiguration topBarDoneButton, SBSDKUI2StyledText title, SBSDKUI2StyledText subtitle, SBSDKUI2IntroListEntry[] items)
Parameters
backgroundColor
SBSDKUI2Color
dividerColor
SBSDKUI2Color
handlerColor
SBSDKUI2Color
showAutomatically
bool
topBarDoneButton
SBSDKUI2ButtonConfiguration
title
SBSDKUI2StyledText
subtitle
SBSDKUI2StyledText
items
SBSDKUI2IntroListEntry[]
Properties
BackgroundColor
public virtual SBSDKUI2Color BackgroundColor { get; set; }
Property Value
- SBSDKUI2Color
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
DividerColor
public virtual SBSDKUI2Color DividerColor { get; set; }
Property Value
- SBSDKUI2Color
HandlerColor
public virtual SBSDKUI2Color HandlerColor { get; set; }
Property Value
- SBSDKUI2Color
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Items
public virtual SBSDKUI2IntroListEntry[] Items { get; set; }
Property Value
- SBSDKUI2IntroListEntry[]
ShowAutomatically
public virtual bool ShowAutomatically { get; set; }
Property Value
- bool
Subtitle
public virtual SBSDKUI2StyledText Subtitle { get; set; }
Property Value
- SBSDKUI2StyledText
Title
public virtual SBSDKUI2StyledText Title { get; set; }
Property Value
- SBSDKUI2StyledText
public virtual SBSDKUI2ButtonConfiguration TopBarDoneButton { get; set; }
Property Value
- SBSDKUI2ButtonConfiguration
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKUI2IntroductionScreenConfiguration? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKUI2IntroductionScreenConfiguration
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