-
- All Implemented Interfaces:
public class UpdateManagerFactoryA Factory to create instances of {@ dev.kiki.core.UpdateManager UpdateManager}.
<p>For example,<pre><code> val updateManager = UpdateManagerFactory.create(context) </code></pre>
-
-
Field Summary
Fields Modifier and Type Field Description public final static UpdateManagerFactoryINSTANCE
-
Method Summary
Modifier and Type Method Description final static UpdateManagercreate(Context context)Creates a singleton instance of {@link dev.kiki.core.UpdateManager UpdateManager}. -
-
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
-
-
-
-