ContentImpl class

Inheritance

Constructors

ContentImpl()

Properties

hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

afterInitialization() → void
inherited
beforeInitialization() → void
inherited
generateBrickworks(BrickworksApiQuery brickworksApiQuery, {required void onSuccess(Map<String, dynamic>), required void onError(SyneriseError error)}) Future<void>
This method generates Brickworks record that is defined for parameters provided in the query object.
generateDocument(String slug, {required void onSuccess(Document), required void onError(SyneriseError error)}) Future<void>
This function generates a document based on a given slug.
generateDocumentWithApiQuery(DocumentApiQuery documentApiQuery, {required void onSuccess(Document), required void onError(SyneriseError error)}) Future<void>
This function generates a document based on a given slug and context.
generateScreenView(String feedSlug, {required void onSuccess(ScreenView), required void onError(SyneriseError error)}) Future<void>
This function generates a screen view for a given feed slug.
generateScreenViewWithApiQuery(ScreenViewApiQuery screenViewApiQuery, {required void onSuccess(ScreenView), required void onError(SyneriseError error)}) Future<void>
This function generates a screen view that is defined for parameters provided in the query object.
getRecommendationsV2(RecommendationOptions recommendationOptions, {required void onSuccess(RecommendationResponse), required void onError(SyneriseError error)}) Future<void>
This method generates recommendations that are defined for the options provided.
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