ContentMethods class

Inheritance

Constructors

ContentMethods()

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

generateBrickworks(BrickworksApiQuery brickworksApiQuery) Future<SyneriseResult<Map<String, dynamic>>>
generateDocument(String slug) Future<SyneriseResult<Document>>
generateDocumentWithApiQuery(DocumentApiQuery documentApiQuery) Future<SyneriseResult<Document>>
generateScreenView(String feedSlug) Future<SyneriseResult<ScreenView>>
generateScreenViewWithApiQuery(ScreenViewApiQuery screenViewApiQuery) Future<SyneriseResult<ScreenView>>
getRecommendations(RecommendationOptions recommendationOptions) Future<SyneriseResult<RecommendationResponse>>
getRecommendationsV2(RecommendationOptions recommendationOptions) Future<SyneriseResult<RecommendationResponse>>
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