iOS Module SDK
0.97
Tools for building CampusLife modules
|
#import <D2LModuleServices.h>
Public Member Functions | |
(void) | - openURL: |
Static Public Member Functions | |
(D2LModuleServices *) | + sharedServices |
The shared services object provides general helper methods that are not specific to a single instance of your module.
- (void) openURL: | (NSURL *) | url |
Opens the given URL in the host application's internal browser.
url | - The URL to open. |
Returns the shared services object.