Swift SDK Version
v0.3.1
Swift SDK
  • Common
    • AccessToken
    • UserProfile
    • – FetchResult
    • – PictureView
    • – PictureAspectRatio
    • SDKSettings
    • SDKLoggingBehavior
    • SDKVersion
  • App Events
    • AppEvent
    • AppEventName
    • AppEventParameterName
    • AppEventsLogger
    • – FlushBehavior
    • AppEventLoggable
    • AppEventParameterValueType
  • Facebook Permissions
    • Permission
    • ReadPermission
    • PublishPermission
  • Graph API
    • GraphRequest
    • GraphRequestProtocol
    • GraphRequestResult
    • GraphRequestHTTPMethod
    • GraphResponse
    • GraphResponseProtocol
    • GraphRequestConnection
    • GraphRequestDataAttachment
  • Other Classes
    • SDKApplicationDelegate
  • Other Extensions
    • FloatLiteralType
    • IntegerLiteralType
    • NSNumber
    • String
  • Other Structures
    • GraphAPIVersion

AppEventLoggable

publicprotocolAppEventLoggable
Protocol that describes a single application event that can be logged to Facebook Analytics.
  • name
    Name of the application event.

    Declaration

    Swift
    varname:AppEventName{get}
    Show on GitHub
  • parameters
    Arbitrary parameter dictionary of characteristics of an event.

    Declaration

    Swift
    varparameters:AppEvent.ParametersDictionary{get}
    Show on GitHub
  • valueToSum
    Amount to be aggregated into all events of this eventName.

    Declaration

    Swift
    varvalueToSum:Double?{get}
    Show on GitHub