BESDKSession
@objc
public class BESDKSession : NSObject
This is an abstract class which defines the base session methods. You can access your BESDKSession from BeCo class. BESDKSession has autherisationStatus which checks that your Server API Key is authorized or not.
Version
1.0Copyright
Copyright © 2019 GlobeCo Technologies Pvt Ltd. All rights reserved.-
Undocumented
Declaration
Swift
@objc public var autherisationStatus: BEAuthenticationStatus
-
Undocumented
Declaration
Swift
@objc public var beCoToken: String