Badge.Plugin.CrossBadge.CreateBadge C# (CSharp) Method

CreateBadge() static private method

static private CreateBadge ( ) : IBadge
return IBadge
    static IBadge CreateBadge()
    {
#if PORTABLE
        return null;
#else
        return new BadgeImplementation();
#endif
    }