toggle menu
braintree_android
5.21.0
androidJvm
switch theme
search in API
BraintreeCore
/
com.braintreepayments.api.core.usecase
/
GetDefaultAppUseCase
Get
Default
App
Use
Case
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
GetDefaultAppUseCase
(
packageManager
:
PackageManager
)
Use to get the package name of the default application that can handle the passed in URI.
Members
Constructors
Get
Default
App
Use
Case
Link copied to clipboard
constructor
(
packageManager
:
PackageManager
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
uri
:
Uri
?
)
:
String
?