Skip to content

Commit

Permalink
v 6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia Dang committed Oct 19, 2016
1 parent 005ebd8 commit 183107a
Show file tree
Hide file tree
Showing 115 changed files with 482 additions and 488 deletions.
11 changes: 4 additions & 7 deletions Debug/IntuneMAM.framework/Headers/IntuneMAMEnrollmentDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@

/**
* This delegate will return status and debug information for operations
* completed by the Intune MAM SDK. These are provided for the developer
* for debugging purposes only. Note that specific status codes and debug
* messages may change, so no application business logic should be based off
* this information.
* completed by the Intune MAM SDK.
*/
@protocol IntuneMAMEnrollmentDelegate <NSObject>

Expand All @@ -21,14 +18,14 @@
/**
* Called when an enrollment request operation is completed.
*
* @param status status object containing debug information
* @param status status object containing status
*/
- (void)enrollmentRequestWithStatus:(IntuneMAMEnrollmentStatus *)status;

/**
* Called when a MAM policy request operation is completed.
*
* @param status status object containing debug information
* @param status status object containing status
*/
- (void)policyRequestWithStatus:(IntuneMAMEnrollmentStatus *)status;

Expand All @@ -37,7 +34,7 @@
*
* @Note: when a user is un-enrolled, the user is also de-registered with the SDK
*
* @param status status object containing debug information
* @param status status object containing status
*/
- (void)unenrollRequestWithStatus:(IntuneMAMEnrollmentStatus *)status;

Expand Down
Binary file modified Debug/IntuneMAM.framework/Info.plist
Binary file not shown.
Binary file modified Debug/IntuneMAM.framework/IntuneMAM
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Debug/IntuneMAM.framework/IntuneMAMResources.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 183107a

Please sign in to comment.