ILogSession

interface ILogSession

A base type for log session.

The log session may be either LocalLogSession or LogSession depending on whether the nRF Logger application is installed on the device.

Local log session requires LocalLogContentProvider to be declared in the application manifest.

Inheritors

Functions

Link copied to clipboard
abstract fun getContext(): Context
Returns the application context.
Link copied to clipboard
Returns the session read-only content Uri.
Link copied to clipboard
Returns the session entries Uri.
Link copied to clipboard
abstract fun getSessionUri(): Uri
Returns the session Uri.