LINE SDK for Unity  1.5.0
The LINE SDK for Unity helps you develop a Unity game with engaging and personalized user experience.
 All Classes Namespaces Functions Variables Properties
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NLine
 \NLineSDK
  oCLineAPIRepresents a utility class for calling the LINE Platform APIs.
  oCLineSDKRepresents a login and token related manager for LINE SDK Login features
  oCAccessTokenRepresents an access token which is used to access the LINE Platform. Most API calls to the LINE Platform require an access token as evidence of successful authorization. A valid access token is issued after the user grants your app the permissions that your app requests. An access token is bound to permissions (scopes) that define the API endpoints that you can access. Choose the permissions for your channel in the LINE Developers site and set them in the login method used in your app
  oCAccessTokenVerifyResultRepresents a response to the token verification API.
  oCBotFriendshipStatusRepresents a response to a request for getting the friendship status of the user and the LINE Official Account linked to your LINE Login channel.
  oCErrorRepresents an error that happens in LINE SDK.
  oCLoginOptionRepresents options for logging in to the LINE Platform.
  oCLoginResultRepresents a result of a successful login.
  oCStoredAccessTokenRepresents the access token stored on the device.
  oCUserProfileRepresents a user profile used in LineSDK.
  \CUnitRepresents an empty result value. It represents a success signal without any data.