Namespace opensocial.CreateActivityPriority
The priorities a create activity request can have.
See also: opensocial.requestCreateActivity()
Defined in: opensocial.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
opensocial.CreateActivityPriority.HIGH
If the activity is of high importance, it will be created even if this
requires asking the user for permission.
|
| <static> |
opensocial.CreateActivityPriority.LOW
If the activity is of low importance, it will not be created if the
user has not given permission for the current app to create activities.
|
Field Detail
<static>
opensocial.CreateActivityPriority.HIGH
If the activity is of high importance, it will be created even if this
requires asking the user for permission. This may cause the container to
open a user flow which may navigate away from your gagdet.
<static>
opensocial.CreateActivityPriority.LOW
If the activity is of low importance, it will not be created if the
user has not given permission for the current app to create activities.
With this priority, the requestCreateActivity call will never open a user
flow.