You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@available(*, deprecated, renamed:"registeredImageAssets(for:)", message:"registeredImageAssets(for:)' instead. This deprecated API will be removed after 6.2 is released")
@@ -1812,10 +1812,10 @@ public class DocumentationContext {
1812
1812
1813
1813
/// Returns a list of all the video assets that registered for a given `bundleIdentifier`.
1814
1814
///
1815
-
/// - Parameter id: The identifier of the bundle to return video assets for.
1815
+
/// - Parameter bundleID: The identifier of the bundle to return video assets for.
1816
1816
/// - Returns: A list of all the video assets for the given bundle.
@available(*, deprecated, renamed:"registeredVideoAssets(for:)", message:"registeredImageAssets(for:)' instead. This deprecated API will be removed after 6.2 is released")
@@ -1825,10 +1825,10 @@ public class DocumentationContext {
1825
1825
1826
1826
/// Returns a list of all the download assets that registered for a given `bundleIdentifier`.
1827
1827
///
1828
-
/// - Parameter id: The identifier of the bundle to return download assets for.
1828
+
/// - Parameter bundleID: The identifier of the bundle to return download assets for.
1829
1829
/// - Returns: A list of all the download assets for the given bundle.
@available(*, deprecated, renamed:"registeredDownloadsAssets(for:)", message:"registeredDownloadsAssets(for:)' instead. This deprecated API will be removed after 6.2 is released")
0 commit comments