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)
View on GitHub
Install in Dash
Alias Enumeration Reference