ContentImpl class
- Inheritance
-
- Object
- BaseModule
- ContentImpl
Constructors
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
-
generateDocument(
String slug) → Future< Document> - This function generates a document based on a given slug.
-
generateScreenView(
String feedSlug) → Future< ScreenView> - This function generates a screen view for a given feed slug.
-
getDocument(
String slugName) → Future< Map< String, Object> > - (DEPRECATED) Please use generateDocument instead. This method generates the document that is defined for the provided slug.
-
getDocuments(
DocumentsApiQuery documentsApiQueryModel) → Future< List< Map< >String, Object> > - (DEPRECATED) Please use generateDocument instead. This method generates documents that are defined for parameters provided in the query object.
-
getRecommendations(
RecommendationOptions recommendationOptions) → Future< RecommendationResponse> - (DEPRECATED) Please use getRecommendationsV2 instead. This method generates recommendations that are defined for the options provided.
-
getRecommendationsV2(
RecommendationOptions recommendationOptions) → Future< RecommendationResponse> - This method generates recommendations that are defined for the options provided.
-
getScreenView(
) → Future< ScreenViewResponse> - (DEPRECATED) Please use generateScreenView instead. This method generates the customer’s highest-priority screen view campaign.
-
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