ContentMethods class
- Inheritance
-
- Object
- BaseMethodChannel
- ContentMethods
Constructors
Properties
- backgroundMethodChannel → MethodChannel
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateDocument(
String slug) → Future< SyneriseResult< Document> > -
generateDocumentWithApiQuery(
DocumentApiQuery documentApiQuery) → Future< SyneriseResult< Document> > -
generateScreenView(
String feedSlug) → Future< SyneriseResult< ScreenView> > -
generateScreenViewWithApiQuery(
ScreenViewApiQuery screenViewApiQuery) → Future< SyneriseResult< ScreenView> > -
getDocument(
String slugName) → Future< SyneriseResult< Map< >String, Object> > -
getDocuments(
DocumentsApiQuery documentsApiQueryModel) → Future< SyneriseResult< List< >Map< >String, Object> > -
getRecommendations(
RecommendationOptions recommendationOptions) → Future< SyneriseResult< RecommendationResponse> > -
getRecommendationsV2(
RecommendationOptions recommendationOptions) → Future< SyneriseResult< RecommendationResponse> > -
getScreenView(
) → Future< SyneriseResult< ScreenViewResponse> > -
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