com.ooyala.android.ID3TagNotifier.ID3TagNotifierListener Interface Reference
Inheritance diagram for com.ooyala.android.ID3TagNotifier.ID3TagNotifierListener:
com.ooyala.android.nielsensdk.NielsenAnalytics

Public Member Functions

void onMetadata (final Metadata metadata)
 Not guaranteed to be called on the main UI thread. More...
 

Member Function Documentation

void com.ooyala.android.ID3TagNotifier.ID3TagNotifierListener.onMetadata ( final Metadata  metadata)

Not guaranteed to be called on the main UI thread.

When you implement this, consider posting a runnable on the main UI thread to do the actual work.