메소드 |
설명 |
|
Attach ( RaygunClient raygunClient ) : void |
|
|
Attach ( RaygunClient raygunClient, Android.App.Activity mainActivity ) : void |
|
|
AttachNotifications ( ) : void |
|
|
Detach ( ) : void |
|
|
DetachNotifications ( ) : void |
|
|
GetActivityName ( Android.App.Activity activity ) : string |
|
|
GetPageName ( string objectName ) : string |
|
|
Hijack ( NSObject obj, string selector, IntPtr &originalImpl, CaptureBooleanDelegate captureDelegate ) : void |
|
|
Hijack ( NSObject obj, string selector, IntPtr &originalImpl, CaptureDelegate captureDelegate ) : void |
|
|
IsValidPageName ( string pageName ) : bool |
|
|
LoadViewCapture ( IntPtr block, IntPtr self ) : void |
|
|
OnDidBecomeActive ( NSNotification notification ) : void |
|
|
OnDidEnterBackground ( NSNotification notification ) : void |
|
|
OnWillResignActive ( NSNotification notification ) : void |
|
|
Restore ( NSObject obj, string selector, IntPtr originalImpl ) : void |
|
|
SendRemainingActivity ( ) : void |
|
|
SendRemainingViews ( ) : void |
|
|
ViewDidAppearCapture ( IntPtr block, IntPtr self, bool animated ) : void |
|
|
ViewDidLoadCapture ( IntPtr block, IntPtr self ) : void |
|
|
ViewWillAppearCapture ( IntPtr block, IntPtr self, bool animated ) : void |
|
|
class_getInstanceMethod ( IntPtr classHandle, IntPtr Selector ) : IntPtr |
|
|
imp_implementationWithBlock ( BlockLiteral &block ) : IntPtr |
|
|
method_getImplementation ( IntPtr method ) : IntPtr |
|
|
method_setImplementation ( IntPtr method, IntPtr imp ) : void |
|
|