Impact Acquire SDK Java
TScope Class Reference

Defines the scope for data import/export operations. More...

Static Public Attributes

static final int sGlobal = acquireJNI.sGlobal_get()
 Save the setting as global as possible.
 
static final int sUser = acquireJNI.sUser_get()
 Save the setting in a user specific location.
 

Detailed Description

Defines the scope for data import/export operations.

Member Data Documentation

◆ sGlobal

final int sGlobal = acquireJNI.sGlobal_get()
static

Save the setting as global as possible.

◆ sUser

final int sUser = acquireJNI.sUser_get()
static

Save the setting in a user specific location.