Go to the source code of this file.
|
typedef function< void(const LineAuthenticationRequest &request, const LineAuthenticationResponse &response, bool error)> | fun::LineAuthenticationResponseHandler |
|
typedef function< void(const LinePersonalInfoRequest &request, const LinePersonalInfoResponse &response, bool error)> | fun::LinePersonalInfoResponseHandler |
|
|
FUNAPI_DLL_VISIBILITY void | fun::Authenticate (const LineAuthenticationRequest &request, const LineAuthenticationResponseHandler &handler, size_t timeout_in_ms=0) |
|
FUNAPI_DLL_VISIBILITY bool | fun::AuthenticateSync (const LineAuthenticationRequest &request, LineAuthenticationResponse *response) |
|
FUNAPI_DLL_VISIBILITY void | fun::GetPersonalInfo (const LinePersonalInfoRequest &request, const LinePersonalInfoResponseHandler &handler, size_t timeout_in_ms=0) |
|
FUNAPI_DLL_VISIBILITY bool | fun::GetPersonalInfoSync (const LinePersonalInfoRequest &request, LinePersonalInfoResponse *response) |
|