ModuleInstall

class ModuleInstall


The main entry point for module install services.

Summary

Public functions

java-static ModuleInstallClient!
getClient(activity: Activity!)

Creates a new instance of ModuleInstallClient for use in an Activity.

java-static ModuleInstallClient!
getClient(context: Context!)

Creates a new instance of ModuleInstallClient for use in a non-activity .

Public functions

getClient

java-static fun getClient(activity: Activity!): ModuleInstallClient!

Creates a new instance of ModuleInstallClient for use in an Activity.

getClient

java-static fun getClient(context: Context!): ModuleInstallClient!

Creates a new instance of ModuleInstallClient for use in a non-activity .