Coder Social home page Coder Social logo

lemonclub / lemonade-android-api-unity-example Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 0.0 2.16 MB

LemonClub's Lemonade

Home Page: http://짧.한국/켱옗

License: MIT License

C# 100.00%
lemonade lemonade-api lemonade-example lemonade-unity-example lemonade-api-example

lemonade-android-api-unity-example's Introduction

Lemonade API

필수 변경 사항

  1. Lemonade.token 에 공급받은 accessToken 을 입력함.

    Example

  2. Assets/Plugins/Android/res/AndroidManifest.xml

유저 정보 받아오기

  1. 유저 정보를 받아올때 사용하는 함수 Lemonade.API.getUserInfo() 는 Coroutine 으로 호출해 주어야 함

    StartCoroutine(Lemonade.API.getUserInfo(callFunc));

  2. callFunc 는 Dictionary<string, object> 타입을 매개변수로 받는 함수가 들어가야 한다.

    void callFunc(Dictionary<string, object> userInfo) { }

  3. Dictionary<string, object>형 변수에는 유저 정보가 입력되며 아래와 같이 가져올수 있다.

    Example

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.