setSessionDescription

open fun setSessionDescription(@Nullable session: ILogSession, @Nullable description: String)

Sets the session description. Passing null will clear the description.

Parameters

session

the session created using newSession method. This may be null, than it does nothing.

description

the new description or null.