Package 

Object UpdateManagerFactory

  • All Implemented Interfaces:

    
    public class UpdateManagerFactory
    
                        

    A Factory to create instances of {@ dev.kiki.core.UpdateManager UpdateManager}.

    <p>For example,<pre><code> val updateManager = UpdateManagerFactory.create(context) </code></pre>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static UpdateManager create(Context context) Creates a singleton instance of {@link dev.kiki.core.UpdateManager UpdateManager}.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • create

         final static UpdateManager create(Context context)

        Creates a singleton instance of {@link dev.kiki.core.UpdateManager UpdateManager}.

        Parameters:
        context - the application Context for your app