Interface IPKPassTemplate

All Known Implementing Classes:
PKPassTemplateFolder, PKPassTemplateInMemory

public interface IPKPassTemplate
  • Method Details

    • provisionPassAtDirectory

      void provisionPassAtDirectory(File tempPassDir) throws IOException
      Prepare pass at directory with files included in this template
      Parameters:
      tempPassDir - path to directory where temporary pass will be created
      Throws:
      IOException - if anything goes wrong while copying the files
    • getAllFiles

      Map<String,ByteBuffer> getAllFiles() throws IOException
      Throws:
      IOException