public static interface DrmManagerClient.OnInfoListener
Modifier and Type | Method and Description |
---|---|
void |
onInfo(DrmManagerClient client,
DrmInfoEvent event)
Called when the DRM framework sends status or warning information during registration
and rights acquisition.
|
void onInfo(DrmManagerClient client, DrmInfoEvent event)
client
- The DrmManagerClient
instance.event
- The DrmInfoEvent
instance that wraps the status information or
warnings.