summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms/IConfigPlatform.xml
blob: 72a94d3e3b0f62fbd43b64e7d2cefd197785d1bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Type Name="IConfigPlatform" FullName="Xamarin.Forms.IConfigPlatform">
  <TypeSignature Language="C#" Value="public interface IConfigPlatform" />
  <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IConfigPlatform" />
  <AssemblyInfo>
    <AssemblyName>Xamarin.Forms.Core</AssemblyName>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Interfaces />
  <Docs>
    <summary>Base interface for marker classes that identify target platforms for platform specific effects.</summary>
    <remarks>
      <para>Developers pass the type name of a predefined platform-specific implementation of this marker class to the <see cref="M:Xamarin.Forms.IPlatformElementConfiguration{T,TElement}.On{T}" /> method to specify the underlying control on which to run a platform-specific effect.</para>
    </remarks>
    <altmember cref="T:Xamarin.Forms.PlatformConfiguration.Android" />
    <altmember cref="T:Xamarin.Forms.PlatformConfiguration.iOS" />
    <altmember cref="T:Xamarin.Forms.PlatformConfiguration.Tizen" />
    <altmember cref="T:Xamarin.Forms.PlatformConfiguration.Windows" />
  </Docs>
  <Members />
</Type>