comment update
This commit is contained in:
parent
d7da39ce25
commit
252d96e20c
@ -36,10 +36,10 @@ typedef NS_ENUM(NSInteger, MFLoadStyle) {
|
|||||||
// adding parent pageType for freebee
|
// adding parent pageType for freebee
|
||||||
@property (nullable, strong, nonatomic) NSString *parentPageType;
|
@property (nullable, strong, nonatomic) NSString *parentPageType;
|
||||||
|
|
||||||
/// App context to use when building the url. For ex: https://baseURL/appContext/pageType
|
/// App context to use when building the url. For ex: baseURL/appContext/pageType
|
||||||
@property (nullable, strong, nonatomic) NSString *contextRoot;
|
@property (nullable, strong, nonatomic) NSString *contextRoot;
|
||||||
|
|
||||||
/// Host to use when building the url. For ex: https://baseURL/appContext/pageType
|
/// Base URL to use when building the url. For ex: baseURL/appContext/pageType
|
||||||
@property (nullable, strong, nonatomic) NSURL *alternateBaseURL;
|
@property (nullable, strong, nonatomic) NSURL *alternateBaseURL;
|
||||||
|
|
||||||
/// Entire URL to use instead of building the url
|
/// Entire URL to use instead of building the url
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user