SessionConfigureLibraryNotLinked


class SessionConfigureLibraryNotLinked : SessionConfigureResult


Result of an unsuccessful Session.configure call. A library required to enable a requested feature has not been linked to the application.

Summary

Public constructors

Public properties

String

refers to the missing library dependency

Public constructors

SessionConfigureLibraryNotLinked

Added in 1.0.0-alpha12
SessionConfigureLibraryNotLinked(libraryName: String)
Parameters
libraryName: String

refers to the missing library dependency

Public properties

libraryName

Added in 1.0.0-alpha12
val libraryNameString

refers to the missing library dependency