Types

Link copied to clipboard
class Content

Properties

Link copied to clipboard
val _COUNT: String = "_count"
Link copied to clipboard
val _ID: String = "_id"
Link copied to clipboard
The directory twig for session from given application.
Link copied to clipboard
val APPLICATION_ID: String = "application_id"
The id the application that created the session.
Link copied to clipboard
val CONTENT_ITEM_TYPE: String = "vnd.android.cursor.item/no.nordicsemi.android.log.session"
The MIME type of CONTENT_URI subdirectory of a single log session.
Link copied to clipboard
val CONTENT_TYPE: String = "vnd.android.cursor.dir/no.nordicsemi.android.log.sessions"
The MIME type of CONTENT_URI providing a directory of sessions.
Link copied to clipboard
The content:// style URI for log session table.
Link copied to clipboard
val CREATED_AT: String = "created_at"
The time the session was created.
Link copied to clipboard
val DESCRIPTION: String = "description"
The optional session description.
Link copied to clipboard
val KEY: String = "key"
The key.
Link copied to clipboard
The directory twig for sessions with given key.
Link copied to clipboard
val MARK: String = "mark"
The optional session mark.
Link copied to clipboard
val NAME: String = "name"
The human-readable name of the session.
Link copied to clipboard
val NUMBER: String = "number"
The number of the session.
Link copied to clipboard
The directory twig for sessions.

Functions

Link copied to clipboard
open fun createSessionsUri(applicationId: Long): Uri
Returns the Uri to sessions from given application.
Link copied to clipboard
open fun createUri(sessionId: Long): Uri
Returns the Uri to session with given id.
open fun createUri(key: String, number: Int): Uri
Returns the Uri to session with given key and number.