async activate()
Last updated
Was this helpful?
Last updated
Was this helpful?
Sends an request for the user to accept. If the user has already given authorization for the current this method just configures the underlying communication channel.
Type
async activate(title?): boolean
Parameters
title?
String
App name.
Return Type
Boolean
- Indicating the result of the activation request.
Example
TypeScript