Interface ILinkProvider
Deprecated.
This interface is a template for any Metadata Link provider (like : Embed.ly).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidgetWebsiteMetadata(android.content.Context context, String link, ILinkProvider.IMetadataCallback callback) Deprecated.
-
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 contextlink- The url to extract metadatacallback- A useful callback to keep tracked the result of the request
-