C# Class Microsoft.HockeyApp.PCL.HockeyClientPCLExtensions

static extension class for
Mostrar archivo Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
Configure ( this @this, IHockeyPlatformHelper platformHelper ) : IHockeyClientConfigurable

Configures the client with a platform helper

Method Details

Configure() public static method

Configures the client with a platform helper
public static Configure ( this @this, IHockeyPlatformHelper platformHelper ) : IHockeyClientConfigurable
@this this
platformHelper IHockeyPlatformHelper The platform helper.
return IHockeyClientConfigurable