L7SEnterpriseApp Class Reference
Inherits from | NSObject |
Conforms to | UIWebViewDelegate |
Declared in | L7SEnterpriseApp.h |
Overview
This class features enterprise browser capabilities. It retrieves enterprise apps that can be configured on the server side, and encapsulates session sharing among web-based mobile apps and native mobile apps,
Tasks
-
delegate
delegate that implements L7SEnterpriseAppProtocol
property -
appId
This is the app’s identifier
property -
appName
This is the app’s display name
property -
customFields
This is a JSON object contains custom metadata.
property -
+ enterpriseAppsWithBlock:
This class method returns a list of L7SEnterprise app objects or an error if failed to retrieve the apps
-
– loadIconWithImageView:
This method loads an icon into the image view provided
-
– loadWebApp:
This method loads a webapp into a webview
Properties
appId
This is the app’s identifier
@property (readonly, nonatomic) NSString *appId
Discussion
This is the app’s identifier
Declared In
L7SEnterpriseApp.h
appName
This is the app’s display name
@property (readonly, nonatomic) NSString *appName
Discussion
This is the app’s display name
Declared In
L7SEnterpriseApp.h
customFields
This is a JSON object contains custom metadata.
@property (readonly, nonatomic) id customFields
Discussion
This is a JSON object contains custom metadata.
Declared In
L7SEnterpriseApp.h
delegate
delegate that implements L7SEnterpriseAppProtocol
@property id<L7SEnterpriseAppProtocol> delegate
Discussion
delegate that implements L7SEnterpriseAppProtocol
Declared In
L7SEnterpriseApp.h
Class Methods
enterpriseAppsWithBlock:
This class method returns a list of L7SEnterprise app objects or an error if failed to retrieve the apps
+ (void)enterpriseAppsWithBlock:(void ( ^ ) ( NSArray *apps , NSError *error ))block
Parameters
- block
a callback block receiving a list of apps or an error
Discussion
This class method returns a list of L7SEnterprise app objects or an error if failed to retrieve the apps
Declared In
L7SEnterpriseApp.h