Interface ILinkProvider


@Deprecated public interface ILinkProvider
Deprecated.

This interface is a template for any Metadata Link provider (like : Embed.ly).

  • Method Details

    • getWebsiteMetadata

      @Deprecated void getWebsiteMetadata(@NonNull android.content.Context context, @Nullable String link, @Nullable ILinkProvider.IMetadataCallback callback)
      Deprecated.
      Called if you want to extract metadata from the given link
      Parameters:
      context - The application context
      link - The url to extract metadata
      callback - A useful callback to keep tracked the result of the request