toolkit / com.sas.android.visualanalytics.sdk / SASManager / init
init
fun init(app: Application, sasContext: SASManagerContext): SASManager
Creates and initializes a SASManager for the given SASManagerContext. This should typically be created once and the reference held for the lifetime of the application.
Parameters
app -
the Application.
sasContext -
a SASManagerContext implementation.
Return
a SASManager.