java.lang.Object | |
↳ | com.samsung.android.knox.ex.knoxAI.KnoxAiManager |
Deprecated
in API level 37
NOTE: This Class is not available since Android 15.
Class of managing Knox AI.
API level 34 |
KNOX 3.7.1 |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
KnoxAiManager.ErrorCodes |
Deprecated
in API level 37 NOTE: This Class is not available since Android 15. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Deprecated
in API level 37
NOTE: This Class is not available since Android 15. | |||||||||||
Deprecated
in API level 37
NOTE: This Class is not available since Android 15. | |||||||||||
Deprecated
in API level 37
NOTE: This Class is not available since Android 15. | |||||||||||
Deprecated
in API level 37
NOTE: This Class is not available since Android 15. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Deprecated
in API level 37
NOTE: This Class is not available since Android 15.
Creates a session for getting secure Knox AI session handle.
SecurityException |
Called before any other Knox AI APIs for AI operations.
KnoxAiManager knoxAiManager = KnoxAiManager.getInstance(context); KnoxAiSession session = knoxAiManager.createKnoxAiSession(); if(session == null) { Log.i(TAG, "Knox AI Session creation failed"); } |
com.samsung.android.knox.permission.KNOX_NDA_AI |
API level 34 |
KNOX 3.7.1 |
User Scope |
Deprecated
in API level 37
NOTE: This Class is not available since Android 15.
Destroys instance of Knox AI session handle.
SecurityException |
Called to destroy the current session after all AI operations are completed.
knoxAiManager.destroyKnoxAiSession(session); |
com.samsung.android.knox.permission.KNOX_NDA_AI |
API level 34 |
KNOX 3.7.1 |
User Scope |
Deprecated
in API level 37
NOTE: This Class is not available since Android 15.
API level 34 |
KNOX 3.7.1 |
Deprecated
in API level 37
NOTE: This Class is not available since Android 15.
Provision Device Encryption Key(DEK) from Server for KnoxAI ML Model Protection.
SecurityException |
Called before any other Knox AI APIs for AI operations , if Device is not provisioned or on receipt of DEVICE_NOT_PROVISIONED error.
// A |
com.samsung.android.knox.permission.KNOX_NDA_AI |
API level 34 |
KNOX 3.7.1 |
User Scope |