Application context information sent to OkHi.
Provides metadata about your application for analytics and debugging purposes.
const appContext: OkHiAppContext = { name: 'MyApp', version: '1.2.3', build: '456',}; Copy
const appContext: OkHiAppContext = { name: 'MyApp', version: '1.2.3', build: '456',};
OkHiLogin - Used within the login configuration
Your application's name.
`'MyLoanApp'` Copy
`'MyLoanApp'`
Your application's version string.
`'1.2.3'` Copy
`'1.2.3'`
Your application's build number.
`'456'` Copy
`'456'`
Application context information sent to OkHi.
Remarks
Provides metadata about your application for analytics and debugging purposes.
Example
See
OkHiLogin - Used within the login configuration