We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f57b7 commit c1b2badCopy full SHA for c1b2bad
storage/src/swig/storage.i
@@ -160,6 +160,11 @@ static AttributeType& %mangle(Class) ##_## AttributeName ## _get_func(Class* sel
160
%ignore firebase::storage::StorageReference::GetBytes;
161
%ignore firebase::storage::StorageReference::PutBytes;
162
%ignore firebase::storage::StorageReference::PutFile;
163
+// Ignore List methods and StorageListResult since StorageListResult is not wrapped yet.
164
+%ignore firebase::storage::StorageReference::List;
165
+%ignore firebase::storage::StorageReference::ListLastResult;
166
+%ignore firebase::storage::StorageListResult;
167
+
168
// Remove the copy operator as the proxy uses the copy constructor.
169
%ignore firebase::storage::StorageReference::operator=(const StorageReference&);
170
0 commit comments