BDPointSessionException
Objective-C
@interface BDPointSessionException : NSException
Swift
class BDPointSessionException : NSException
Thrown when the Point SDK session life-cycle or initialization state has been violated.
-
Shorthand to create
NSExceptionfor a reason.Declaration
Objective-C
+ (NSException *)exceptionWithReason:(NSString *)reason;Swift
class func exception(withReason reason: String!) -> NSException!
View on GitHub
Install in Dash