|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DRMRightsInstallCallback
A DRMCallback is used during DRM rights installation, for notification of completion.
DRMManager.installRights(String, byte[], DRMRightsInstallCallback)
Field Summary | ||
---|---|---|
static int |
OUTCOME_FAILURE
Indicates that rights installation failed |
|
static int |
OUTCOME_SUCCESS
Indicates that rights installation was successful |
|
static int |
OUTCOME_UNAVAILABLE
Indicates that rights installation has not completed |
Method Summary | ||
---|---|---|
void |
installOutcome(int outcome)
Called when the installation of rights has completed, the supplied outcome will indicate whether the installation succeded or failed. |
Field Detail |
---|
static final int OUTCOME_UNAVAILABLE
static final int OUTCOME_SUCCESS
static final int OUTCOME_FAILURE
Method Detail |
---|
void installOutcome(int outcome)
outcome
- The outcome of the rights installation.DRMRightsInstallCallback.OUTCOME_SUCCESS
,
DRMRightsInstallCallback.OUTCOME_FAILURE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal