Alias
enum Alias
各イベントのエイリアスを定義した列挙型です。
-
view
イベントDeclaration
Swift
case view(viewName: String, title: String, values: [String : JSONConvertible])
-
identify
イベントDeclaration
Swift
case identify(userId: String, values: [String : JSONConvertible])
-
attribute
イベントDeclaration
Swift
case attribute(values: [String : JSONConvertible])
-
native_app_open
イベントDeclaration
Swift
case open
-
native_app_foreground
イベントDeclaration
Swift
case foreground
-
native_app_background
イベントDeclaration
Swift
case background
-
native_app_install
イベントDeclaration
Swift
case install
-
native_app_update
イベントDeclaration
Swift
case update(version: String?)
-
deep_link_app_open
イベントDeclaration
Swift
case deepLinkAppOpen(url: String)
-
message_xxxxx
イベントDeclaration
Swift
case message(type: MessageType, campaignId: String, shortenId: String, values: [String : JSONConvertible])
-
native_app_renew_visitor_id
イベントDeclaration
Swift
case renewVisitorId(old: String?, new: String?)
-
plugin_native_app_identify
イベントDeclaration
Swift
case pluginNativeAppIdentify(subscribe: Bool, fcmToken: String?)
-
_fetch_variables
イベントDeclaration
Swift
case fetchVariables
-
att_status_updated
イベントDeclaration
Swift
case attStatusUpdated(attStatus: String)