terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ PermissionDeniedAndDontAskAgain

Action< string > UnityEngine.Android.PermissionCallbacks.PermissionDeniedAndDontAskAgain
addremove

Definition at line 64 of file PermissionCallbacks.cs.

65 {
67 add
68 {
70 if (@delegate != null && @delegate == null)
71 {
72 return;
73 }
74 }
76 remove
77 {
79 if (@delegate != null && @delegate == null)
80 {
81 return;
82 }
83 }
84 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278

Referenced by UnityEngine.Android.PermissionCallbacks.onPermissionDeniedAndDontAskAgain().