NTPackageTileStatus

enum NTPackageTileStatus : NSInteger {}

Tile status.

  • Tile is not part of the package.

    Declaration

    Objective-C

    NT_PACKAGE_TILE_STATUS_MISSING
  • Tile is part of the package, but package does not fully cover it. This value is no longer used, thus this is deprecated.

    Declaration

    Objective-C

    NT_PACKAGE_TILE_STATUS_PARTIAL
  • Tile if part of the package and package fully covers it.

    Declaration

    Objective-C

    NT_PACKAGE_TILE_STATUS_FULL