You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Creates a new CreamAsset for the given object id with Data
89
-
///
90
-
/// - Parameters:
91
-
/// - objectID: The object ID (key property of the Realm object) the asset will live on
92
-
/// - propName: The unique property name to identify this asset. e.g.: Dog Object may have multiple CreamAsset properties, so we need unique `propName`s to identify these.
93
-
/// - data: The file data
94
-
/// - force: Whether to force a new save, even if the file already exists
/// Creates a new CreamAsset for the given object with Data
104
77
///
105
78
/// - Parameters:
106
79
/// - object: The object the asset will live on
107
80
/// - propName: The unique property name to identify this asset. e.g.: Dog Object may have multiple CreamAsset properties, so we need unique `propName`s to identify these.
108
81
/// - data: The file data
109
-
/// - force: Whether to force a new save, even if the file already exists
0 commit comments