-
public final class InstalledPaymentProviderApp
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInstalledPaymentProviderApp.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringpackageNameprivate final Stringversionprivate final IntentlaunchIntent
-
Constructor Summary
Constructors Constructor Description InstalledPaymentProviderApp(String packageName, String version, Intent launchIntent)
-
Method Summary
Modifier and Type Method Description final StringgetPackageName()final StringgetVersion()final IntentgetLaunchIntent()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getPackageName
final String getPackageName()
-
getVersion
final String getVersion()
-
getLaunchIntent
final Intent getLaunchIntent()
-
-
-
-