Opensocial.CreateActivityPriority (v0.9)
NeedsExamples
opensocial.CreateActivityPriority
The priorities a create activity request can have. See also: opensocial.requestCreateActivity()
Methods
None
opensocial.CreateActivityPriority
The priorities a create activity request can have. See also: opensocial.requestCreateActivity()
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. This field may be used interchangeably with the string 'HIGH'.
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. This field may be used interchangeably with the string 'LOW'.
{{ JsApiAlphaList_(v0.9) }}