Class Index

Classes


Namespace opensocial.CreateActivityPriority

The priorities a create activity request can have.

See also: opensocial.requestCreateActivity()


Defined in: opensocial.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
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.
Namespace Detail
opensocial.CreateActivityPriority
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.

Documentation generated by JsDoc Toolkit 2.0.2 on Wed Nov 12 2008 12:32:43 GMT-0800 (PST)