Package com.android.builder.model
Interface ProjectSyncIssues
public interface ProjectSyncIssues
Model for a project's
SyncIssues.
This model should be fetched last (after other models), in order to have all the SyncIssue's collected and delivered.
-
Method Summary
Modifier and TypeMethodDescriptionCollection<com.android.builder.model.SyncIssue>Returns issues found during sync.
-
Method Details
-
getSyncIssues
Returns issues found during sync.
-