toggle menu
braintree_android
5.2.0
androidJvm
switch theme
search in API
DataCollector
/
com.braintreepayments.api.datacollector
/
DataCollectorInternalRequest
Data
Collector
Internal
Request
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
DataCollectorInternalRequest
(
val
hasUserLocationConsent
:
Boolean
,
var
additionalData
:
HashMap
<
String
,
String
>
?
=
null
,
var
applicationGuid
:
String
?
=
null
,
var
isDisableBeacon
:
Boolean
=
false
)
Used to configuration the PayPalDataCollector request
Members
Constructors
Data
Collector
Internal
Request
Link copied to clipboard
constructor
(
hasUserLocationConsent
:
Boolean
,
additionalData
:
HashMap
<
String
,
String
>
?
=
null
,
applicationGuid
:
String
?
=
null
,
isDisableBeacon
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
additional
Data
Link copied to clipboard
var
additionalData
:
HashMap
<
String
,
String
>
?
application
Guid
Link copied to clipboard
var
applicationGuid
:
String
?
client
Metadata
Id
Link copied to clipboard
var
clientMetadataId
:
String
?
has
User
Location
Consent
Link copied to clipboard
val
hasUserLocationConsent
:
Boolean
Whether the request has user location consent
is
Disable
Beacon
Link copied to clipboard
var
isDisableBeacon
:
Boolean