Annotation DirectSdkDataCreation
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP})@Target(allowedTargets = {AnnotationTarget.CONSTRUCTOR}) public @interface DirectSdkDataCreation
Marks the constructor of SdkData to require an opt-in.
Avoid creating SdkData directly. Instead, use the SdkDataProvider to ensure all fields are populated correctly.