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

Inheritance: global::Java.Lang.Object, IYouTubeThumbnailLoaderOnThumbnailLoadedListener
Show file Open project: meuspedidos/BindYoutubeAPI Class Usage Examples

Public Properties

Property Type Description
OnThumbnailErrorHandler EventHandler
OnThumbnailLoadedHandler EventHandler

Public Methods

Method Description
IYouTubeThumbnailLoaderOnThumbnailLoadedListenerImplementor ( object sender ) : System
OnThumbnailError ( global p0, global p1 ) : void
OnThumbnailLoaded ( global p0, string p1 ) : void

Private Methods

Method Description
__IsEmpty ( IYouTubeThumbnailLoaderOnThumbnailLoadedListenerImplementor value ) : bool

Method Details

IYouTubeThumbnailLoaderOnThumbnailLoadedListenerImplementor() public method

public IYouTubeThumbnailLoaderOnThumbnailLoadedListenerImplementor ( object sender ) : System
sender object
return System

OnThumbnailError() public method

public OnThumbnailError ( global p0, global p1 ) : void
p0 global
p1 global
return void

OnThumbnailLoaded() public method

public OnThumbnailLoaded ( global p0, string p1 ) : void
p0 global
p1 string
return void

Property Details

OnThumbnailErrorHandler public property

public EventHandler OnThumbnailErrorHandler
return EventHandler

OnThumbnailLoadedHandler public property

public EventHandler OnThumbnailLoadedHandler
return EventHandler