| Package | Description |
|---|---|
| com.mixer.interactive.event.group |
Contains all of the classes associated with Interactive group events returned from the Interactive service.
|
| com.mixer.interactive.resources.group |
Provides interfaces and classes relating to Interactive groups.
|
| com.mixer.interactive.resources.participant |
Provides interfaces and classes relating to Interactive participants
|
| com.mixer.interactive.resources.scene |
Provides interfaces and classes relating to Interactive scenes.
|
| com.mixer.interactive.services |
Contains classes that act as service providers for the client.
|
| Modifier and Type | Method and Description |
|---|---|
Set<InteractiveGroup> |
GroupUpdateEvent.getGroups()
Returns a
Set of InteractiveGroups that have been updated. |
Set<InteractiveGroup> |
GroupCreateEvent.getGroups()
Returns a
Set of InteractiveGroups that have been created. |
| Constructor and Description |
|---|
GroupCreateEvent(Collection<InteractiveGroup> groups)
Initializes a new
GroupCreateEvent. |
GroupUpdateEvent(Collection<InteractiveGroup> groups)
Initializes a new
GroupUpdateEvent. |
| Modifier and Type | Method and Description |
|---|---|
protected InteractiveGroup |
InteractiveGroup.getThis()
Returns
this as an instance of the specified generic. |
InteractiveGroup |
InteractiveGroup.setScene(InteractiveScene scene)
Sets the
InteractiveScene for the InteractiveGroup. |
InteractiveGroup |
InteractiveGroup.setScene(String sceneID)
Sets the
InteractiveScene for the InteractiveGroup. |
| Modifier and Type | Method and Description |
|---|---|
int |
InteractiveGroup.compareTo(InteractiveGroup o) |
| Modifier and Type | Method and Description |
|---|---|
InteractiveParticipant |
InteractiveParticipant.changeGroup(InteractiveGroup group)
Changes the group that the participant is a member of.
|
| Modifier and Type | Method and Description |
|---|---|
InteractiveGroup |
InteractiveScene.getGroup(String groupID)
Returns the
InteractiveGroup matching by groupID if this scene contains it,
null otherwise. |
| Modifier and Type | Method and Description |
|---|---|
Set<InteractiveGroup> |
InteractiveScene.getGroups()
Returns all
InteractiveGroups for this scene. |
| Constructor and Description |
|---|
InteractiveScene(String sceneID,
Collection<InteractiveGroup> groups,
Collection<InteractiveControl> controls)
Initializes a new
InteractiveScene. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Set<InteractiveGroup>> |
GroupServiceProvider.getGroups()
Retrieves all the groups connected to the Interactive integration.
|
CompletableFuture<Set<InteractiveGroup>> |
GroupServiceProvider.update(Collection<InteractiveGroup> groups)
Bulk-updates groups that already exist.
|
CompletableFuture<Set<InteractiveGroup>> |
GroupServiceProvider.update(int priority,
Collection<InteractiveGroup> groups)
Bulk-updates groups that already exist.
|
CompletableFuture<Set<InteractiveGroup>> |
GroupServiceProvider.update(InteractiveGroup... groups)
Bulk-updates groups that already exist.
|
CompletableFuture<Set<InteractiveGroup>> |
GroupServiceProvider.update(int priority,
InteractiveGroup... groups)
Bulk-updates groups that already exist.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
GroupServiceProvider.create(InteractiveGroup... groups)
Creates one or more new groups.
|
CompletableFuture<Set<InteractiveGroup>> |
GroupServiceProvider.update(InteractiveGroup... groups)
Bulk-updates groups that already exist.
|
CompletableFuture<Set<InteractiveGroup>> |
GroupServiceProvider.update(int priority,
InteractiveGroup... groups)
Bulk-updates groups that already exist.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
GroupServiceProvider.create(Collection<InteractiveGroup> groups)
Creates one or more new groups.
|
CompletableFuture<Set<InteractiveGroup>> |
GroupServiceProvider.update(Collection<InteractiveGroup> groups)
Bulk-updates groups that already exist.
|
CompletableFuture<Set<InteractiveGroup>> |
GroupServiceProvider.update(int priority,
Collection<InteractiveGroup> groups)
Bulk-updates groups that already exist.
|
Copyright © 2018. All rights reserved.