AppEventName
publicenumAppEventName
Represents a name of the Facebook Analytics application event. Could either be one of built-in names or a custom
String
.Seealso
AppEvent Seealso
AppEventLoggable publicenumAppEventName
String
.casecompletedRegistration
casecompletedTutorial
caseviewedContent
casesearched
caserated
casepurchased
caseaddedToCart
caseaddedToWishlist
caseaddedPaymentInfo
caseinitiatedCheckout
caseachievedLevel
caseunlockedAchievement
casespentCredits
casecustom(String)
AppEventName
from String
.publicinit(_string:String)
string | String to create an app event name from. |
AppEventName
from String
.publicinit?(rawValue:String)
rawValue | String to create an app event name from. |
AppEventName
from a string literal.publicinit(stringLiteralvalue:StringLiteralType)
value | The string literal to create from. |
AppEventName
from a unicode scalar literal.publicinit(unicodeScalarLiteralvalue:String)
value | The string literal to create from. |
AppEventName
from an extended grapheme cluster.publicinit(extendedGraphemeClusterLiteralvalue:String)
value | The string literal to create from. |
AppEventName
s for equality.publicstaticfunc==(lhs:AppEventName,rhs:AppEventName)->Bool
lhs | The first app event name to compare. |
rhs | The second app event name to compare. |
publicvardescription:String{get}