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

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

Instance Methods

loadIconWithImageView:

This method loads an icon into the image view provided

- (void)loadIconWithImageView:(UIImageView *)imageView

Parameters

imageView

an imageView object contains the app icon

Discussion

This method loads an icon into the image view provided

Declared In

L7SEnterpriseApp.h

loadWebApp:

This method loads a webapp into a webview

- (void)loadWebApp:(UIWebView *)webView

Parameters

webView

a webView loading the web app

Discussion

This method loads a webapp into a webview

Declared In

L7SEnterpriseApp.h