AppEnteredForeground() public method

public AppEnteredForeground ( bool canPromptForRating ) : void
canPromptForRating bool
return void
Example #1
0
 public override void WillEnterForeground(UIApplication application)
 {
     Apprater.AppEnteredForeground(false);
 }