isFavorite property
Android does not have this field, so it is always false.
In iOS, it is consistent with PHAsset.isFavorite. to change it, Use PhotoManager.editor.iOS.favoriteAsset
, See IosEditor.favoriteAsset
Implementation
bool isFavorite;
Android does not have this field, so it is always false.
In iOS, it is consistent with PHAsset.isFavorite. to change it, Use PhotoManager.editor.iOS.favoriteAsset
, See IosEditor.favoriteAsset
bool isFavorite;