muzei-api / com.google.android.apps.muzei.api.provider / MuzeiArtProvider / getArtworkInfo

getArtworkInfo

open fun getArtworkInfo(artwork: Artwork): PendingIntent?

Callback when the user wishes to see more information about the given artwork. The default implementation constructs a PendingIntent to the web uri of the artwork.

Parameters

artwork - The artwork the user wants to see more information about.

Return
A PendingIntent generally constructed with PendingIntent.getActivity.