LogSource
@objc(GFYLogSource)
public enum LogSource : Int
Not intended for public use; this enum and its methods are exposed due to technical requirements but are not intended to be used externally. Do not interact with this enum or its constituents.
-
Not intended for public use; this property is exposed due to technical requirements
Declaration
Swift
case iosSdk = 1
-
Not intended for public use; this property is exposed due to technical requirements
Declaration
Swift
case reactNativeIosModule = 2
-
Not intended for public use; this property is exposed due to technical requirements
Declaration
Swift
case reactNativeTsApi = 3
-
Not intended for public use; this property is exposed due to technical requirements but is not intended to be used externally. Do not interact with this property.
Declaration
Swift
public var tag: String { get }