C# Class BeFriend.Services.SpineClass

Datei anzeigen 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_oe static_oe property

public static Dictionary AllPhoneLines
return PhoneLine>.Dictionary

Cts public_oe property

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

CurrentPhoneLine public_oe static_oe property

public static PhoneLine CurrentPhoneLine
return PhoneLine

Device public_oe property

public SmsDevice2 Device
return SmsDevice2

DoesPhoneCallExist public_oe property

public bool DoesPhoneCallExist
return bool

LocLat public_oe static_oe property

public static double LocLat
return double

LocLon public_oe static_oe property

public static double LocLon
return double

LocationAddress public_oe static_oe property

public static string LocationAddress
return string

NoOfLines public_oe property

public int NoOfLines
return int

RootPage public_oe property

public MainPage,System RootPage
return System.MainPage