SDKSettings
publicstructSDKSettings
Provides access to settings and configuration used by the entire SDK.
publicstructSDKSettings
FacebookAppId
key.publicstaticvarappId:String{getset}
FacebookUrlSchemeSuffix
key.publicstaticvarappURLSchemeSuffix:String{getset}
FacebookClientToken
key.publicstaticvarclientToken:String?{getset}
FacebookDisplayName
key.publicstaticvardisplayName:String?{getset}
"beta"
will make all graph requests to be sent to graph.beta.facebook.com
. Default value is read from the application’s Info.plist under FacebookDomainPart
key.publicstaticvarfacebookSubdomain:String?{getset}
0.9
.publicstaticvarJPEGCompressionQuality:Double{getset}
AppEventsLogger
and sent to Facebook should be restricted from being used for other than analytics and conversions. Defaults to false
. This value is stored on the device and persists across app launches.publicstaticvarlimitedEventAndDataUsage:Bool{getset}
.DeveloperErrors
only.publicstaticvarenabledLoggingBehaviors:Set<SDKLoggingBehavior>{getset}
publicstaticfuncenableLoggingBehavior(_behavior:SDKLoggingBehavior)
behavior | The behavior to enable |
publicstaticfuncdisableLoggingBehavior(_behavior:SDKLoggingBehavior)
behavior | The behavior to disable. |