TCGBWebURL Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TCGBWebURL.h |
Properties
scheme
scheme
@property (nonatomic, strong, nullable, readonly) NSString *schemeDiscussion
The url scheme string, and the key of schemeCallbackDictionary;
Declared In
TCGBWebURL.h
host
host
@property (nonatomic, strong, nullable, readonly) NSString *hostDiscussion
This is a host of the scheme.
Declared In
TCGBWebURL.h
query
query
@property (nonatomic, strong, nullable, readonly) NSDictionary<NSString*id> *queryDiscussion
This is a query dictionary of the scheme.
Declared In
TCGBWebURL.h
Initialization
+ webViewURLWithURL:
Creates and returns an TCGBWebURL object.
+ (instancetype)webViewURLWithURL:(NSURL *)urlParameters
url |
NSURL type parameter |
|---|
Declared In
TCGBWebURL.h
+ webViewURLWithURLString:
Creates and returns an TCGBWebURL object.
+ (instancetype)webViewURLWithURLString:(NSString *)urlParameters
url |
NSString type parameter |
|---|
Declared In
TCGBWebURL.h