Structures
The following structures are available globally.
- 
                  
                  
Declaration
Swift
@propertyWrapper public struct CodableInjectedForObjcCompatibility<Service> : Codable where Service : Decodable, Service : Encodable - 
                  
                  
Declaration
Swift
@propertyWrapper public struct OptionalCodableInjectedForObjcCompatibility<Service> : Codable where Service : Decodable, Service : Encodable - 
                  
                  
ログを出力するための構造体です。
See moreDeclaration
Swift
public struct Logger - 
                  
                  
Declaration
Swift
public struct TrackRequest : Request - 
                  
                  
Declaration
Swift
public struct TrackResponse : Codable - 
                  
                  
イベントを表現するタイプです。
See moreDeclaration
Swift
public struct Event : Codable - 
                  
                  
イベントのフィールド名を扱うための構造体です。
See moreDeclaration
Swift
public struct EventFieldName - 
                  
                  
イベント名を表現する構造体です。
See moreDeclaration
Swift
public struct EventName : Codableextension EventName: Equatable 
View on GitHub
Install in Dash
        Structures  Reference