C# Class Com.Google.Android.Youtube.Player.IYouTubePlayerOnFullscreenListenerInvoker

Inheritance: global::Java.Lang.Object, IYouTubePlayerOnFullscreenListener
Show file Open project: meuspedidos/BindYoutubeAPI

Public Methods

Method Description
GetObject ( IntPtr handle, JniHandleOwnership transfer ) : IYouTubePlayerOnFullscreenListener
IYouTubePlayerOnFullscreenListenerInvoker ( IntPtr handle, JniHandleOwnership transfer ) : System
OnFullscreen ( bool p0 ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetOnFullscreen_ZHandler ( ) : Delegate
Validate ( IntPtr handle ) : IntPtr
n_OnFullscreen_Z ( IntPtr jnienv, IntPtr native__this, bool p0 ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetObject() public static method

public static GetObject ( IntPtr handle, JniHandleOwnership transfer ) : IYouTubePlayerOnFullscreenListener
handle System.IntPtr
transfer JniHandleOwnership
return IYouTubePlayerOnFullscreenListener

IYouTubePlayerOnFullscreenListenerInvoker() public method

public IYouTubePlayerOnFullscreenListenerInvoker ( IntPtr handle, JniHandleOwnership transfer ) : System
handle System.IntPtr
transfer JniHandleOwnership
return System

OnFullscreen() public method

public OnFullscreen ( bool p0 ) : void
p0 bool
return void