getSessionUri

abstract fun getSessionUri(): Uri

Returns the session Uri. The Uri may be saved in a saved state to recreate the session using openSession when orientation change. Use this Uri also to open the log session in the nRF Logger.

	Intent intent = new Intent(Intent.ACTION_VIEW, mLogSession.getSessionUri());
	startActivity(intent);
	

Return

The session Uri.