Namespace MyOpenSpace.Permission
Defined in: MyOpenSpace.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
The available permission settings that can be checked
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
MyOpenSpace.Permission.VIEWER_ACCESS_TO_PRIVATE_VIDEOS_PHOTOS
An object representing the permission to allow the app access to the viewer's private videos and photos.
|
| <static> |
MyOpenSpace.Permission.VIEWER_ACCESS_TO_PUBLIC_VIDEOS_PHOTOS
An object representing the permission to allow the app access to the viewer's public videos and photos.
|
| <static> |
MyOpenSpace.Permission.VIEWER_DISPLAY_ON_HOME
An object representing the permission to allow the app to appear on the viewer's home page.
|
| <static> |
MyOpenSpace.Permission.VIEWER_DISPLAY_ON_PROFILE
An object representing the permission to allow the app to appear on the viewer's profile.
|
| <static> |
MyOpenSpace.Permission.VIEWER_SEND_UPDATES_TO_FRIENDS
An object representing the permission to allow the app to send updates/notifications to the viewer's friends.
|
| <static> |
MyOpenSpace.Permission.VIEWER_SHOW_UPDATES_FROM_FRIENDS
An object representing the permission to allow the app to show updates/notifications from the viewer's friends.
|
Field Detail
<static>
MyOpenSpace.Permission.VIEWER_ACCESS_TO_PRIVATE_VIDEOS_PHOTOS
An object representing the permission to allow the app access to the viewer's private videos and photos.
<static>
MyOpenSpace.Permission.VIEWER_ACCESS_TO_PUBLIC_VIDEOS_PHOTOS
An object representing the permission to allow the app access to the viewer's public videos and photos.
<static>
MyOpenSpace.Permission.VIEWER_DISPLAY_ON_HOME
An object representing the permission to allow the app to appear on the viewer's home page.
<static>
MyOpenSpace.Permission.VIEWER_DISPLAY_ON_PROFILE
An object representing the permission to allow the app to appear on the viewer's profile.
<static>
MyOpenSpace.Permission.VIEWER_SEND_UPDATES_TO_FRIENDS
An object representing the permission to allow the app to send updates/notifications to the viewer's friends.
<static>
MyOpenSpace.Permission.VIEWER_SHOW_UPDATES_FROM_FRIENDS
An object representing the permission to allow the app to show updates/notifications from the viewer's friends.