Uses of Class
video.api.client.ApiVideoClient.Environment
-
Packages that use ApiVideoClient.Environment Package Description video.api.client -
-
Uses of ApiVideoClient.Environment in video.api.client
Methods in video.api.client that return ApiVideoClient.Environment Modifier and Type Method Description static ApiVideoClient.EnvironmentApiVideoClient.Environment. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiVideoClient.Environment[]ApiVideoClient.Environment. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in video.api.client with parameters of type ApiVideoClient.Environment Constructor Description ApiVideoClient(String apiKey, ApiVideoClient.Environment environment)Build an instance that targets the given environment with authenticationApiVideoClient(okhttp3.OkHttpClient client, ApiVideoClient.Environment environment)Build an instance that targets the production environment using a custom OkHttp clientApiVideoClient(ApiVideoClient.Environment environment)Build an instance that targets the given environment without authentication
-