WebAPI/Inter App Communication Alt proposal: Difference between revisions

Jump to navigation Jump to search
Line 287: Line 287:
     Promise subcriptionsRegistered();     
     Promise subcriptionsRegistered();     
   };
   };
* Do we want to expose app access level as a enum, so the developer can do something like
if (connectionRequest.callerInfo.accessLevel <= PRIVILEGED) { //whatever }


* We might want to have a bigger set of types to allow apps to connect (web, installed, signed, privileged, certified).
* We might want to have a bigger set of types to allow apps to connect (web, installed, signed, privileged, certified).
Confirmed users
483

edits

Navigation menu