BRAccountLinkingConnectionIdentifier
An opaque identifier returned when initiating a connection task. Can be used to cancel an in-progress operation. Inherits from NSObject.
SDK Version: 3.2.0
Declaration
@interface BRAccountLinkingConnectionIdentifier : NSObject
@property (nonatomic, copy, readonly, nonnull) NSString *rawValue;
- (instancetype)init NS_UNAVAILABLE;
@end
class BRAccountLinkingConnectionIdentifier : NSObject
Quick Reference
Properties
| Property | Description |
|---|---|
rawValue | The raw string value of this identifier |
Properties
rawValue (read-only)
@property (nonatomic, copy, readonly, nonnull) NSString *rawValue;
var rawValue: String { get }
The raw string value of this identifier.