Connect
Younify Connect SDK main object.
Use the Connect object singleton instance to interact with the sdk. Before the sdk can be meaningfully used configure must be called.
Caution: When invoking a method, the sdk uses a limited task based processing architecture that may delay the execution of new operations until previous ones complete. Special care should be taken when performing sdk operations in the background while allowing the user to interact in the foreground. Long running background operations could negatively impact the responsiveness of your app. If you choose to use background operations, consider making them as short as possible or cancel them when users interact in the foreground.
Functions
Configures the sdk with the specified options.
Fetch broken streaming services.
Fetch broken streaming services asynchronously.
Fetch all streaming categories.
Fetch all streaming categories asynchronously.
Fetch streaming category contents.
Fetch streaming category content asynchronously.
Fetch streaming content children.
Fetch streaming content children asynchronously.
Fetch streaming content details.
Fetch streaming content details asynchronously.
Fetch an image.
Fetch an image asynchronously.
Fetch linked streaming services.
Fetch linked streaming services asynchronously.
Fetch all streaming services.
Fetch all streaming services asynchronously.
Link a streaming service.
Link a streaming service asynchronously.
Manage a linked streaming service.
Manage a linked streaming service asynchronously.
Requests the user to consent to the privacy policy if it has not yet been accepted.
Requests the user to consent to the privacy policy if it has not yet been accepted.
Search streaming services.
Search streaming services asynchronously.
Sets the user's tokens.
Unlink a linked streaming service.
Unlink a linked streaming service asynchronously.