Xerial
  • Intro
    • ⚡Introduction
    • 🏁Getting Started
    • â„šī¸Before We Start: Important
  • 👷Build
    • Build Your Account
    • Create Your Assets
    • Inventory
    • Marketplace
    • User Flow
    • Best Practices
      • Attribute Guide
        • Attribute Use Cases
  • â˜„ī¸Xerial APIs
    • đŸ—ī¸API Authorization
    • 🛅Wallet API
      • Getting Started
      • Custodial Wallets
        • Create User
        • Create Wallet
        • Get Wallets
      • Wallet Management
        • Get Chain Native Currency Balance
        • Get Supported ERC20 Tokens Balances
        • Get Project Inventory
      • Transaction Proccessing
        • Transfer Xerial NFT
        • Transfer Chain Native Currency
        • Transfer ERC20 Token
        • Primary Purchase Xerial NFT
        • Secondary Purchase
        • List Xerial NFT
        • Delist Xerial NFT
        • Execute Custom Transaction
      • Errors Handling
        • Authentication Errors
        • Wallet Management Errors
        • Transaction Proccessing Errors
    • 🛒Marketplace API
      • Get Listed NFTs
      • Get Community Listed Items
      • Get Collections
      • Get Project Data
    • đŸ–ŧī¸NFT API
      • NFT Drop
    • 🌐Xerial Global Wallets
      • Get User Wallet Info
      • Get Global Inventory
      • User Authorization
      • Logout
  • đŸ› ī¸Xerial SDK
    • Wallet SDK
  • đŸŽī¸Gaming Toolkit
    • đŸ•šī¸Xerial Unity SDK Guide
      • âŦ‡ī¸Installation
      • âš™ī¸Configuration
      • Xerial Services
        • Set Up Xerial Services
        • Service Managers
          • Session Manager
          • Wallet Manager
            • UserData Class
              • Account Class
              • Wallet Class
              • Creating UserData Class
          • Inventory Manager
            • NFTs
              • Metadata
              • Attributes
            • NFTInventory Class
            • Creating NFT Inventory
          • MarketPlace Manager
    • Unreal Engine SDKs
Powered by GitBook
On this page
  • Overview
  • Managers
  1. Gaming Toolkit
  2. Xerial Unity SDK Guide
  3. Xerial Services

Service Managers

Here, you'll find detailed information on service managers responsible for managing different aspects of your application's interaction with Xerial's services.

PreviousSet Up Xerial ServicesNextSession Manager

Last updated 1 year ago

Overview

Here, you'll find an overview of essential components designed to streamline interactions with Xerial's backend services.

Our service managers are meticulously crafted to provide developers with easy-to-use interfaces for integrating specific functionalities into Unity applications. Whether you're managing wallets, handling NFTs, or navigating marketplace operations, you'll discover comprehensive documentation and guidance tailored to your needs.

Explore the documentation to learn how to effectively leverage these service managers and enhance the functionality and user experience of your Unity projects. Whether you're a seasoned developer or just starting with blockchain applications, our service managers offer the tools and resources you need to succeed.

Managers

The XerialServices script includes several manager components:

  • : Manages session data within the Unity project.

  • : Manages wallet functionalities.

  • : Manages inventory-related tasks.

  • : Manages marketplace functionalities.

  • SocialRedirecter: Handles social redirection functionalities.

đŸŽī¸
đŸ•šī¸
SessionManager
WalletManager
InventoryManager
MarketPlaceManager