public class YouTube.Youtube.V3 extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
YouTube.Youtube.V3.LiveChat
The "liveChat" collection of methods.
|
| Constructor and Description |
|---|
V3() |
| Modifier and Type | Method and Description |
|---|---|
YouTube.Youtube.V3.LiveChat |
liveChat()
An accessor for creating requests from the LiveChat collection.
|
public YouTube.Youtube.V3.LiveChat liveChat()
The typical use is:
YouTube youtube = new YouTube(...);YouTube.LiveChat.List request = youtube.liveChat().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.