C# Class Verses.iOS.Sharing

Afficher le fichier Open project: pierceboggan/Verses Class Usage Examples

Méthodes publiques

Méthode Description
SharePrayer ( UIViewController presentingViewController, Prayer prayer ) : void
ShareVerse ( UIViewController presentingViewController, Verse verse ) : void
ShareVersesApp ( UIViewController presentingViewController ) : void

Private Methods

Méthode Description
Share ( UIViewController presentingViewController, string toShare ) : void

Method Details

SharePrayer() public static méthode

public static SharePrayer ( UIViewController presentingViewController, Prayer prayer ) : void
presentingViewController UIViewController
prayer Verses.Portable.Prayer
Résultat void

ShareVerse() public static méthode

public static ShareVerse ( UIViewController presentingViewController, Verse verse ) : void
presentingViewController UIViewController
verse Verses.Portable.Verse
Résultat void

ShareVersesApp() public static méthode

public static ShareVersesApp ( UIViewController presentingViewController ) : void
presentingViewController UIViewController
Résultat void