Class SBSDKAnalyticsEventName
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKAnalyticsEventName : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKAnalyticsEventName
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKAnalyticsEventName()
public SBSDKAnalyticsEventName()
SBSDKAnalyticsEventName(NSObjectFlag)
protected SBSDKAnalyticsEventName(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKAnalyticsEventName(NativeHandle)
protected SBSDKAnalyticsEventName(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
ImportedImageQualityResult
public static string ImportedImageQualityResult { get; }
Property Value
- string
ProceedImage
public static string ProceedImage { get; }
Property Value
- string
RetakeImage
public static string RetakeImage { get; }
Property Value
- string
ScannedImageQualityResult
public static string ScannedImageQualityResult { get; }
Property Value
- string
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKAnalyticsEventName? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKAnalyticsEventName
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