All Downloads are FREE. Search and download functionalities are using the official Maven repository.

games.mythical.ivi.sdk.client.executor.IVIItemExecutor Maven / Gradle / Ivy

package games.mythical.ivi.sdk.client.executor;

import games.mythical.ivi.sdk.proto.common.item.ItemState;

public interface IVIItemExecutor {
    void updateItem(String gameInventoryId,
                    String itemTypeId,
                    String playerId,
                    long dGoodsId,
                    int serialNumber,
                    String metadataUri,
                    String trackingId,
                    ItemState itemState) throws Exception;

    void updateItemState(String gameInventoryId,
                         String trackingId,
                         ItemState itemState) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy