toggle menu
DHIS2 Android SDK
1.13.0
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.settings
/
CustomIntent
Custom
Intent
abstract
class
CustomIntent
:
ObjectWithUidInterface
,
CoreObject
Members
Constructors
Custom
Intent
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
Functions
action
Link copied to clipboard
@
Nullable
abstract
fun
action
(
)
:
List
<
CustomIntentActionType
>
builder
Link copied to clipboard
open
fun
builder
(
)
:
CustomIntent.Builder
name
Link copied to clipboard
@
Nullable
abstract
fun
name
(
)
:
String
package
Name
Link copied to clipboard
@
Nullable
abstract
fun
packageName
(
)
:
String
request
Link copied to clipboard
@
Nullable
abstract
fun
request
(
)
:
CustomIntentRequest
response
Link copied to clipboard
@
Nullable
abstract
fun
response
(
)
:
CustomIntentResponse
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
CustomIntent.Builder
trigger
Link copied to clipboard
@
Nullable
abstract
fun
trigger
(
)
:
CustomIntentTrigger
uid
Link copied to clipboard
@
NonNull
abstract
fun
uid
(
)
:
String