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

com.xsolla.sdk.protocol.storage.IUserStorage Maven / Gradle / Ivy

Go to download

An official PHP SDK for interacting with Xsolla HTTP API. Xsolla is the authorized reseller and merchant providing e-commerce services for online games.

There is a newer version: 1.0.1
Show newest version
package com.xsolla.sdk.protocol.storage;

import com.xsolla.sdk.User;

import java.sql.SQLException;
import java.util.HashMap;

public interface IUserStorage {

    public boolean isUserExists(User user) throws Exception;

    public HashMap getAdditionalUserFields(User user) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy