InternalAppInfo

data class InternalAppInfo : Parcelable

Internal copy of com.stripe.android.AppInfo. It's a public API object and can't be changed without introducing backward incompatibility. TODO(ccen): Move AppInfo to stripe-core and delete this copy during the next major version bump.

Data for identifying your plug-in or library.

See Building Stripe Plug-ins and Libraries - Setting the API version.

Parameters

name

Name of your application (e.g. "MyAwesomeApp")

version

Version of your application (e.g. "1.2.34")

url

Website for your application (e.g. "https://myawesomeapp.info")

partnerId

Your Stripe Partner ID (e.g. "pp_partner_1234")

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun createClientHeaders(): Map<String, Map<String, String?>>
Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun toUserAgent(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)