Skip to content

Commit 073add9

Browse files
committed
Add ShareType enum matching Nextcloud values
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
1 parent bcf35b6 commit 073add9

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//
2+
// ShareType.swift
3+
// NextcloudFileProviderKit
4+
//
5+
// Created by Claudio Cambra on 28/4/25.
6+
//
7+
8+
public enum ShareType: Int {
9+
case user = 0
10+
case group = 1
11+
case publicLink = 3
12+
case email = 4
13+
case federatedCloudShare = 6
14+
case circle = 7
15+
case talkConversation = 10
16+
}

0 commit comments

Comments
 (0)