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.

Caution: Given the task based architecture of the sdk and the asynchronous nature of this method, care should be taken when invoking it from user interactive elements to debounce or otherwise prevent multiple invocations until the previous one completes.