SharedAlbumsResource class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
String? $fields}) → Future< Album> -
Returns the album based on the specified
shareToken
. -
join(
JoinSharedAlbumRequest request, {String? $fields}) → Future< JoinSharedAlbumResponse> - Joins a shared album on behalf of the Google Photos user.
-
leave(
LeaveSharedAlbumRequest request, {String? $fields}) → Future< LeaveSharedAlbumResponse> - Leaves a previously-joined shared album on behalf of the Google Photos user.
-
list(
{bool? excludeNonAppCreatedData, int? pageSize, String? pageToken, String? $fields}) → Future< ListSharedAlbumsResponse> - Lists all shared albums available in the Sharing tab of the user's Google Photos app.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited