Structs
-
Provides a way to set all possible font weights used in the GiniCapture SDK.
Possible weights:
- regular
- bold
- light
- thin
Declaration
Swift
public class GiniCaptureFont : NSObject
-
Struct representing a tracking event. It contains the event type and an optional dictionary for additional related data.
See moreDeclaration
Swift
public struct Event<T> where T : RawRepresentable, T.RawValue == String