EventName
public struct EventName : Codable
extension EventName: Equatable
                イベント名を表現する構造体です。
- 
                  
                  
イベント名
Declaration
Swift
public let rawValue: String - 
                  
                  
構造体を初期化します。
Declaration
Swift
public init(_ rawValue: String)Parameters
rawValueイベント名
 - 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws - 
                  
                  
Declaration
Swift
public func encode(to encoder: Encoder) throws - 
                  
                  
Declaration
Swift
public static func == (lhs: EventName, rhs: EventName) -> Bool - 
                  
                  
view イベント
Declaration
Swift
static let view: EventName - 
                  
                  
identify イベント
Declaration
Swift
static let identify: EventName - 
                  
                  
attribute イベント
Declaration
Swift
static let attribute: EventName - 
                  
                  
native_app_install イベント
Declaration
Swift
static let nativeAppInstall: EventName - 
                  
                  
native_app_update イベント
Declaration
Swift
static let nativeAppUpdate: EventName - 
                  
                  
native_app_open イベント
Declaration
Swift
static let nativeAppOpen: EventName - 
                  
                  
native_app_foreground イベント
Declaration
Swift
static let nativeAppForeground: EventName - 
                  
                  
native_app_background イベント
Declaration
Swift
static let nativeAppBackground: EventName - 
                  
                  
native_app_crashed イベント
Declaration
Swift
static let nativeAppCrashed: EventName - 
                  
                  
native_app_renew_visitor_id イベント
Declaration
Swift
static let nativeAppRenewVisitorId: EventName - 
                  
                  
native_find_myself イベント
Declaration
Swift
static let nativeFindMyself: EventName - 
                  
                  
deep_link_app_open イベント
Declaration
Swift
static let deepLinkAppOpen: EventName - 
                  
                  
_message_ready イベント
Declaration
Swift
static let messageReady: EventName - 
                  
                  
message_open イベント
Declaration
Swift
static let messageOpen: EventName - 
                  
                  
message_close イベント
Declaration
Swift
static let messageClose: EventName - 
                  
                  
message_click イベント
Declaration
Swift
static let messageClick: EventName - 
                  
                  
_message_suppressed イベント
Declaration
Swift
static let messageSuppressed: EventName - 
                  
                  
mass_push_click イベント
Declaration
Swift
static let massPushClick: EventName - 
                  
                  
plugin_native_app_identify イベント
Declaration
Swift
static let pluginNativeAppIdentify: EventName - 
                  
                  
_fetch_variables イベント
Declaration
Swift
static let fetchVariables: EventName 
View on GitHub
Install in Dash
        EventName Structure Reference