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 Type
    Method
    Description
    Collection<com.android.builder.model.SyncIssue>
    Returns issues found during sync.
  • Method Details

    • getSyncIssues

      @NonNull Collection<com.android.builder.model.SyncIssue> getSyncIssues()
      Returns issues found during sync.