C# Class Unity.Platform.IPhone.IPhoneNotification.LoadingView

Inheritance: UIAlertView
Show file Open project: Appverse/appverse-mobile

Public Methods

Method Description
Hide ( ) : void
Show ( string title ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( string title ) : void
title string
return void