C# Class BeFriend.Services.SpineClass

Show file Open project: prajjwaldimri/Friend-App Class Usage Examples

Public Properties

Property Type Description
AllPhoneLines PhoneLine>.Dictionary
Cts System.Threading.CancellationTokenSource
CurrentPhoneLine PhoneLine
Device SmsDevice2
DoesPhoneCallExist bool
LocLat double
LocLon double
LocationAddress string
NoOfLines int
RootPage System.MainPage

Public Methods

Method Description
GetContactResult ( Contact contact ) : string
ImagetoIsolatedStorageSaver ( IRandomAccessStreamWithContentType stream, string filename ) : void
InitializeCallingInfoAsync ( ) : void

Private Methods

Method Description
GetDefaultPhoneLineAsync ( ) : Task
GetPhoneLinesAsync ( ) : PhoneLine>>.Task
MonitorCallState ( ) : void

Method Details

GetContactResult() public static method

public static GetContactResult ( Contact contact ) : string
contact Windows.ApplicationModel.Contacts.Contact
return string

ImagetoIsolatedStorageSaver() public static method

public static ImagetoIsolatedStorageSaver ( IRandomAccessStreamWithContentType stream, string filename ) : void
stream IRandomAccessStreamWithContentType
filename string
return void

InitializeCallingInfoAsync() public method

public InitializeCallingInfoAsync ( ) : void
return void

Property Details

AllPhoneLines public static property

public static Dictionary AllPhoneLines
return PhoneLine>.Dictionary

Cts public property

public CancellationTokenSource,System.Threading Cts
return System.Threading.CancellationTokenSource

CurrentPhoneLine public static property

public static PhoneLine CurrentPhoneLine
return PhoneLine

Device public property

public SmsDevice2 Device
return SmsDevice2

DoesPhoneCallExist public property

public bool DoesPhoneCallExist
return bool

LocLat public static property

public static double LocLat
return double

LocLon public static property

public static double LocLon
return double

LocationAddress public static property

public static string LocationAddress
return string

NoOfLines public property

public int NoOfLines
return int

RootPage public property

public MainPage,System RootPage
return System.MainPage