83 lines
2.3 KiB
C#
83 lines
2.3 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Cpp2IlInjected;
|
|
using SA.Foundation.Events;
|
|
|
|
namespace SA.iOS.UIKit
|
|
{
|
|
// Token: 0x02000052 RID: 82
|
|
[Token(Token = "0x200004A")]
|
|
internal interface ISN_iUIAPI
|
|
{
|
|
// Token: 0x1700007A RID: 122
|
|
// (get) Token: 0x0600016F RID: 367
|
|
[Token(Token = "0x1700007A")]
|
|
SA_iEvent<ISN_UIAlertActionId> OnUIAlertActionPerformed
|
|
{
|
|
[Token(Token = "0x600015D")]
|
|
[Address(Slot = "0")]
|
|
get;
|
|
}
|
|
|
|
// Token: 0x06000170 RID: 368
|
|
[Token(Token = "0x600015E")]
|
|
[Address(Slot = "1")]
|
|
void PresentUIAlertController(ISN_UIAlertController alert);
|
|
|
|
// Token: 0x06000171 RID: 369
|
|
[Token(Token = "0x600015F")]
|
|
[Address(Slot = "2")]
|
|
void DismissUIAlertController(ISN_UIAlertController alert);
|
|
|
|
// Token: 0x06000172 RID: 370
|
|
[Token(Token = "0x6000160")]
|
|
[Address(Slot = "3")]
|
|
void PreloaderLockScreen();
|
|
|
|
// Token: 0x06000173 RID: 371
|
|
[Token(Token = "0x6000161")]
|
|
[Address(Slot = "4")]
|
|
void PreloaderUnlockScreen();
|
|
|
|
// Token: 0x06000174 RID: 372
|
|
[Token(Token = "0x6000162")]
|
|
[Address(Slot = "5")]
|
|
List<string> GetAvailableMediaTypes(ISN_UIImagePickerControllerSourceType type);
|
|
|
|
// Token: 0x06000175 RID: 373
|
|
[Token(Token = "0x6000163")]
|
|
[Address(Slot = "6")]
|
|
bool IsSourceTypeAvailable(ISN_UIImagePickerControllerSourceType type);
|
|
|
|
// Token: 0x06000176 RID: 374
|
|
[Token(Token = "0x6000164")]
|
|
[Address(Slot = "7")]
|
|
void PresentPickerController(ISN_UIPickerControllerRequest request, Action<ISN_UIPickerControllerResult> callback);
|
|
|
|
// Token: 0x06000177 RID: 375
|
|
[Token(Token = "0x6000165")]
|
|
[Address(Slot = "8")]
|
|
void ShowUIWheelPicker(ISN_UIWheelPickerController controller, Action<ISN_UIWheelPickerResult> callback);
|
|
|
|
// Token: 0x06000178 RID: 376
|
|
[Token(Token = "0x6000166")]
|
|
[Address(Slot = "9")]
|
|
void ShowUIMenuControlleer(ISN_UIMenuController controller, Action<ISN_UIMenuControllerResult> callback);
|
|
|
|
// Token: 0x06000179 RID: 377
|
|
[Token(Token = "0x6000167")]
|
|
[Address(Slot = "10")]
|
|
ulong UIScreen_MainScreen();
|
|
|
|
// Token: 0x0600017A RID: 378
|
|
[Token(Token = "0x6000168")]
|
|
[Address(Slot = "11")]
|
|
ulong UIScreen_TraitCollection(ulong uiScreenHash);
|
|
|
|
// Token: 0x0600017B RID: 379
|
|
[Token(Token = "0x6000169")]
|
|
[Address(Slot = "12")]
|
|
ISN_UIUserInterfaceStyle TraitCollection_UserInterfaceStyle(ulong traitCollectionHash);
|
|
}
|
|
}
|