checkHapticTrackAvailabilityForMedia(matchingCode:completionHandler:)

Checks whether a haptic track is available for the song with the specified International Standard Recording Code (ISRC).

Declaration

func checkHapticTrackAvailabilityForMedia(matchingCode internationalStandardRecordingCode: String, completionHandler: (@Sendable (Bool) -> Void)? = nil)
func isHapticTrackAvailable(forMediaMatching internationalStandardRecordingCode: String) async -> Bool