manageLinkedServiceAsync

@DelicateCoroutinesApi
fun manageLinkedServiceAsync(service: StreamingService, context: Context, registry: ActivityResultRegistry): CompletableFuture<Void?>

Manage a linked streaming service asynchronously.

Parameters

service

The streaming service to manage.

context

Android context that will be used to start the manage activity.

registry

ActivityResultRegistry of the current activity.

Opens the linked streaming service management flow which allows the user to change their profile selection and pin if supported.