mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Made all enums public
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
internal enum AuthorizationStatus
|
public enum AuthorizationStatus
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum DRMQueryState
|
public enum DRMQueryState
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ using System.Runtime.CompilerServices;
|
|||||||
|
|
||||||
namespace DeviceAccess
|
namespace DeviceAccess
|
||||||
{
|
{
|
||||||
internal enum EProgressEventType
|
public enum EProgressEventType
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EAccountUserType
|
public enum EAccountUserType
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EAuthenticationScheme
|
public enum EAuthenticationScheme
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EAutoPlaylistRuleOperators
|
public enum EAutoPlaylistRuleOperators
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EBillingOfferType
|
public enum EBillingOfferType
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EBillingPaymentType
|
public enum EBillingPaymentType
|
||||||
{
|
{
|
||||||
Unknown = -1,
|
Unknown = -1,
|
||||||
None,
|
None,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum ECallbackPriorityNative
|
public enum ECallbackPriorityNative
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EClientTypeFlags
|
public enum EClientTypeFlags
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum ECompletionAction
|
public enum ECompletionAction
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EConcernType
|
public enum EConcernType
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EContentType
|
public enum EContentType
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EContentUriFlags
|
public enum EContentUriFlags
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum ECreditCardType
|
public enum ECreditCardType
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EDownloadContextEvent
|
public enum EDownloadContextEvent
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EDownloadFlags
|
public enum EDownloadFlags
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EDownloadType
|
public enum EDownloadType
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EEndpointCompatibilityStatus
|
public enum EEndpointCompatibilityStatus
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
internal enum EFavoritesAction
|
public enum EFavoritesAction
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user