Asynchronously registers this user policy with the document tracking service.
Signature
public static IAsyncControl RegisterForDocTracking(
boolean sendRegistrationNotificationMail,
String userId,
AuthenticationRequestCallback authenticationContext,
CreationCallBack<Boolean> callback)
throws InvalidParameterException
Parameters
| Name | Datatype | Notes |
|---|---|---|
| sendRegistrationNotificationMail |
boolean |
True or False |
| userId |
String |
The email address of the user to be notified of document tracking events. |
| authenticationContext |
AuthenticationRequestCallback |
|
| callback |
CreationCallback<boolean> |
Throws
Returns
Defined in
UserPolicy.java
Supported Platforms
| Minimum supported OS version |
Android 4.0.3 (API level 15) |