EmbedService class base
app.bsky.embed.*
Constructors
Properties
- ctx → ServiceContext
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getEmbedExternalView(
{required String url, required List< AtUri> uris, String? $service, Map<String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< EmbedGetEmbedExternalViewOutput> > -
Resolve one or more AT-URIs into the data needed to render an enhanced external embed. Returns
associatedRefs(strongRefs to embed into a post's external.associatedRefs), the rawassociatedRecords, and a hydratedview. The response is empty ({}) when no records were resolvable, or when validation determined the resolved records don't actually back the requested URL; clients should fall back to their own link-card rendering in that case and skip writing strongRefs to the post. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited