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

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

Public Methods

Method Description
GetObject ( IntPtr handle, JniHandleOwnership transfer ) : IYouTubePlayerPlaybackEventListener
IYouTubePlayerPlaybackEventListenerInvoker ( IntPtr handle, JniHandleOwnership transfer ) : System
OnBuffering ( bool p0 ) : void
OnPaused ( ) : void
OnPlaying ( ) : void
OnSeekTo ( int p0 ) : void
OnStopped ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetOnBuffering_ZHandler ( ) : Delegate
GetOnPausedHandler ( ) : Delegate
GetOnPlayingHandler ( ) : Delegate
GetOnSeekTo_IHandler ( ) : Delegate
GetOnStoppedHandler ( ) : Delegate
Validate ( IntPtr handle ) : IntPtr
n_OnBuffering_Z ( IntPtr jnienv, IntPtr native__this, bool p0 ) : void
n_OnPaused ( IntPtr jnienv, IntPtr native__this ) : void
n_OnPlaying ( IntPtr jnienv, IntPtr native__this ) : void
n_OnSeekTo_I ( IntPtr jnienv, IntPtr native__this, int p0 ) : void
n_OnStopped ( IntPtr jnienv, IntPtr native__this ) : 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 ) : IYouTubePlayerPlaybackEventListener
handle System.IntPtr
transfer JniHandleOwnership
return IYouTubePlayerPlaybackEventListener

IYouTubePlayerPlaybackEventListenerInvoker() public method

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

OnBuffering() public method

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

OnPaused() public method

public OnPaused ( ) : void
return void

OnPlaying() public method

public OnPlaying ( ) : void
return void

OnSeekTo() public method

public OnSeekTo ( int p0 ) : void
p0 int
return void

OnStopped() public method

public OnStopped ( ) : void
return void