Funding

data class Funding(val platform: String, val url: String)

Describes the Funding as defined by the dependency. This is only supported for projects hosted for dependencies hosted on: https://github.com/mikepenz/AboutLibraries#special-repository-support Or can be manually supplied.

Parameters

platform

name of the platform allowing to fund the project

url

url pointing towards the location to fund the project

Constructors

Link copied to clipboard
constructor(platform: String, url: String)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String