Airship Android SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-core
/
com.urbanairship.json
/
JsonMatcher
/
Builder
/
setScope
set
Scope
androidJvm
fun
setScope
(
scope
:
List
<
String
>
?
)
:
JsonMatcher.Builder
(
source
)
Sets the scope.
Return
The
Builder
instance.
Parameters
scope
The scope as a list of fields.
fun
setScope
(
scope
:
String
)
:
JsonMatcher.Builder
(
source
)
Sets the scope.
Return
The
Builder
instance.
Parameters
scope
The scope as a single field.