ai.gnus.sdk.KeyStoreHelper¶
Public Functions¶
| Name | |
|---|---|
| void | initialize(Context context) |
| boolean | isInitialized() |
| String | load() |
| boolean | save(String data) |
| boolean | delete(String key) |
Public Functions Documentation¶
function initialize¶
Initialize the KeyStoreHelper with application context. Must be called once before using load/save/delete methods. Typically called in Application.onCreate()
function isInitialized¶
Check if KeyStoreHelper has been initialized.
function load¶
function save¶
function delete¶
Updated on 2026-04-15 at 11:00:39 -0700