Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Dfareporting
Collection
MobileAppsCollection
Interface MobileAppsCollection
interface
MobileAppsCollection
{
get
(
profileId
:
string
,
id
:
string
)
:
MobileApp
;
list
(
profileId
:
string
)
:
MobileAppsListResponse
;
list
(
profileId
:
string
,
optionalArgs
:
object
)
:
MobileAppsListResponse
;
}
Index
Methods
get
list
Methods
get
get
(
profileId
:
string
,
id
:
string
)
:
MobileApp
Parameters
profileId
:
string
id
:
string
Returns
MobileApp
list
list
(
profileId
:
string
)
:
MobileAppsListResponse
Parameters
profileId
:
string
Returns
MobileAppsListResponse
list
(
profileId
:
string
,
optionalArgs
:
object
)
:
MobileAppsListResponse
Parameters
profileId
:
string
optionalArgs
:
object
Returns
MobileAppsListResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
list
Google Apps Script API
Loading...