English | Site Directory

opensocial.CreateActivityPriority (v0.6)

 SUMMARY     DETAIL

Static Class opensocial.CreateActivityPriority

The priorities a create activity request can have.

See also: opensocial.requestCreateActivity()

Field Summary

<static> object HIGH
If the activity is of high importance, it will be created even if this requires asking the user for permission.
<static> object 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

HIGH

<static> object 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.

LOW

<static> object 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 1.3.3