This site requires javascript.
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
glance/glance-appwidget/src/main/java/androidx/glance/appwidget/action/
StartServiceAction.kt
content_copy
Preview
53:
54:
55:
*/
fun
actionStartService
(intent: Intent, isForegroundService: Boolean =
false
): Action =
StartServiceIntentAction(intent, isForegroundService)
64:
65:
66:
*/
fun
actionStartService
(componentName: ComponentName, isForegroundService: Boolean =
false
): Action =
StartServiceComponentAction(componentName, isForegroundService)
75:
76:
77:
*/
fun
<T : Service>
actionStartService
(
service: Class<T>,
89:
90:
91:
/* Shouldn't need to specify @NonNull. b/199284086 */
inline
fun
<
reified
T : Service>
actionStartService
(isForegroundService: Boolean =
false
): Action =
actionStartService(T::
class
.java, isForegroundService)
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Open branch androidx-main