C# Class GooglePlayTest.RoomFragment

Inheritance: Fragment
Afficher le fichier Open project: Hitcents/samsung-chord-test Class Usage Examples

Méthodes publiques

Méthode Description
OnCreate ( Bundle savedInstanceState ) : void
OnCreateView ( Android.Views.LayoutInflater p0, Android.Views.ViewGroup p1, Bundle p2 ) : Android.Views.View
SetPlayer1 ( string player1 ) : void
SetPlayer2 ( string player2 ) : void

Method Details

OnCreate() public méthode

public OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
Résultat void

OnCreateView() public méthode

public OnCreateView ( Android.Views.LayoutInflater p0, Android.Views.ViewGroup p1, Bundle p2 ) : Android.Views.View
p0 Android.Views.LayoutInflater
p1 Android.Views.ViewGroup
p2 Bundle
Résultat Android.Views.View

SetPlayer1() public méthode

public SetPlayer1 ( string player1 ) : void
player1 string
Résultat void

SetPlayer2() public méthode

public SetPlayer2 ( string player2 ) : void
player2 string
Résultat void