LINE SDK for Unity  1.3.1
The LINE SDK for Unity helps you develop a Unity game with engaging and personalized user experience.
 All Classes Namespaces Functions Variables Properties
Package Line.LineSDK

Classes

class  LineAPI
 Represents a utility class for calling the LINE Platform APIs. More...
 
class  LineSDK
 Represents a login and token related manager for LINE SDK Login features. More...
 
class  AccessToken
 Represents 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. More...
 
class  AccessTokenVerifyResult
 Represents a response to the token verification API. More...
 
class  BotFriendshipStatus
 Represents a response to a request for getting the friendship status of the user and the LINE Official Account linked to your LINE Login channel. More...
 
class  Error
 Represents an error that happens in LINE SDK. More...
 
class  LoginOption
 Represents options for logging in to the LINE Platform. More...
 
class  LoginResult
 Represents a result of a successful login. More...
 
class  StoredAccessToken
 Represents the access token stored on the device. More...
 
class  UserProfile
 Represents a user profile used in LineSDK. More...
 
class  Unit
 Represents an empty result value. It represents a success signal without any data. More...