function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DipikaDipika 

check app is console or not

Hi, 

As we have a method in javascript to check that current app is console or not.

sforce.console.isInConsole()

 

do we have alternate method for it in apex code by which we can check current app is console or not?

 

Thanks