public interface IInteractiveCreatable
IInteractiveCreatable defines methods for creating a resource on the Interactive service.| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
create(GameClient gameClient)
Asynchronously creates
this on the Interactive service. |
CompletableFuture<Boolean> create(GameClient gameClient)
this on the Interactive service.gameClient - The GameClient to use for the create operationCompletableFuture that when complete returns true if the
create request completes with no errorsCopyright © 2018. All rights reserved.