SourceAnalyticsApiAccessor
@objcMembers
@objc(BPASourceAnalyticsApiAccessor)
public class SourceAnalyticsApiAccessor : NSObject
Provides an ObjC way of accessing the Analytics namespace for a given Source instance.
-
Allows access to the Analytics APIs from Obj-C.
Returns
nilif Analytics is not enabled for the givenSourceinstanceDeclaration
Swift
public static func from(source: Source) -> SourceAnalyticsApi?Parameters
sourceThe
Sourceinstance for which theSourceAnalyticsApishould be returned
SourceAnalyticsApiAccessor Class Reference