Notifier

class Notifier @JvmOverloads() constructor(name: String, version: String, url: String) : JsonStream.Streamable

Information about this library, including name and version.

Constructors

Notifier
Link copied to clipboard
fun Notifier(name: String = "Android Bugsnag Notifier", version: String = "5.14.0", url: String = "https://bugsnag.com")

Functions

toStream
Link copied to clipboard
open override fun toStream(writer: JsonStream)

Properties

dependencies
Link copied to clipboard
var dependencies: List<Notifier>
name
Link copied to clipboard
var name: String
url
Link copied to clipboard
var url: String
version
Link copied to clipboard
var version: String