示例#1
0
 public void RegisterNewUser(string emailAddress, string password, string firstName, string lastName, string gender,
                             DateTime dob, string townCity, string state, string country, string occupationSector,
                             string employmentLevel, string annualHouseholdIncome, string userGUID, string machineGUID,
                             int softwareMajorVersionNumber, int softwareMinorVersionNumber, string macAddress,
                             string machineName, OxigenIIAdvertising.AppData.ChannelSubscriptions channelSubscriptions, out string channelGUID)
 {
     Channel.RegisterNewUser(emailAddress, password, firstName, lastName, gender, dob,
                             townCity, state, country, occupationSector,
                             employmentLevel, annualHouseholdIncome,
                             userGUID, machineGUID, softwareMajorVersionNumber, softwareMinorVersionNumber,
                             macAddress, machineName, channelSubscriptions, out channelGUID);
 }
示例#2
0
 public void LinkPCAndSubscriptionsExistingPC(string userGUID,
                                              int pcID,
                                              string machineGUID,
                                              string macAddress,
                                              int softwareMajorVersionNumber,
                                              int softwareMinorVersionNumber,
                                              OxigenIIAdvertising.AppData.ChannelSubscriptions channelSubscriptions)
 {
     Channel.LinkPCAndSubscriptionsExistingPC(userGUID,
                                              pcID,
                                              machineGUID,
                                              macAddress,
                                              softwareMajorVersionNumber,
                                              softwareMinorVersionNumber,
                                              channelSubscriptions);
 }
示例#3
0
 public void AddStreamsFromSilentMerge(string macAddress, OxigenIIAdvertising.AppData.ChannelSubscriptions channelSubscriptions)
 {
     Channel.AddStreamsFromSilentMerge(macAddress, channelSubscriptions);
 }
示例#4
0
 public string SyncWithServerNoPersonalDetails(string userGUID, string machineGUID, string macAddress, string machineName, int softwareMajorVersionNumber, int softwareMinorVersionNumber, OxigenIIAdvertising.AppData.ChannelSubscriptions channelSubscriptions)
 {
     return(Channel.SyncWithServerNoPersonalDetails(userGUID, machineGUID, macAddress, machineName, softwareMajorVersionNumber, softwareMinorVersionNumber, channelSubscriptions));
 }
示例#5
0
 public void EditSubscriptionsByGUID(string userGUID, string machineGUID, OxigenIIAdvertising.AppData.ChannelSubscriptions channelSubscriptions)
 {
     Channel.EditSubscriptionsByGUID(userGUID, machineGUID, channelSubscriptions);
 }