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