Jump to content

Need to find event when a user 'likes' an item from the libarary


chef

Recommended Posts

chef

I'm trying to find an event which fires when a user has selected the 'heart' icon on a media item.

 

But, I'm not sure if I should use the UserDataManager or not.

 

Is there was way to figure out which item was liked?

 

I think it might be 

        private void UserManager_UserDataSaved(object sender, UserDataSaveEventArgs e)
        {
            if (e.SaveReason == UserDataSaveReason.UpdateUserRating)
            {

            }
        }

But how would you know which item was changed?

 

Thank you in a advance.

Edited by chef
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...