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

openArtworkInfo

open fun openArtworkInfo(artwork: Artwork): Boolean
Deprecated: Override getArtworkInfo to return a PendingIntent that starts your artwork info. This method will still be called on devices that have an older version of Muzei installed.

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

Parameters

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

Return
True if the artwork info was successfully opened.