Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Commit

Permalink
feat: New LIFF API 2.1.12 [ liff.isApiAvailable() ]
Browse files Browse the repository at this point in the history
  • Loading branch information
sumihiro3 committed Apr 11, 2020
1 parent 4dbca50 commit 843e838
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ declare global {
*/
function isLoggedIn(): boolean

/**
* Checks whether the specified API is available in the environment where you started the LIFF app.
*/
function isApiAvailable(apiName: string): boolean

/**
* Performs the LINE Login process (web login) for the Web app.
*
Expand Down

0 comments on commit 843e838

Please sign in to comment.