-
public final class AdvertisingModel extends Model<AdvertisingModel.Data>
Model for collecting advertising ID and related information such as the limit ad tracking setting.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAdvertisingModel.DataData class representing the advertising model data.
-
Constructor Summary
Constructors Constructor Description AdvertisingModel()Constructs a new instance of the model.
-
Method Summary
Modifier and Type Method Description Unitinitialize(ModelContext modelContext)Initializes the model with the provided context. AdvertisingModel.Dataget(ModelContext modelContext)Retrieves the data associated with this model. -
-
Method Detail
-
initialize
Unit initialize(ModelContext modelContext)
Initializes the model with the provided context.
- Parameters:
modelContext- The context for managing models.
-
get
AdvertisingModel.Data get(ModelContext modelContext)
Retrieves the data associated with this model.
- Parameters:
modelContext- The context in which the data is being retrieved.
-
-
-
-