LeanCloud C# SDK
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Properties | List of all members
LeanCloud.Push.LCPush Class Reference

Public Member Functions

 LCPush ()
 
async Task Send ()
 

Static Public Attributes

static readonly string IOSEnvironmentDev = "dev"
 
static readonly string IOSEnvironmentProd = "prod"
 

Properties

Dictionary< string, object > Data [get, set]
 
LCQuery< LCInstallationQuery [get, set]
 
string CQL [get, set]
 
HashSet< string > Channels [get, set]
 
DateTime ExpirationTime [get, set]
 
TimeSpan ExpirationInterval [get, set]
 
LCObject Notification [get, set]
 
HashSet< string > Target [get, set]
 
DateTime PushDate [get, set]
 
int FlowControl [get, set]
 
string IOSEnvironment [get, set]
 
string APNsTopic [get, set]
 
string APNsTeamId [get, set]
 
string NotificationId [get, set]
 
string RequestId [get, set]
 

Constructor & Destructor Documentation

◆ LCPush()

LeanCloud.Push.LCPush.LCPush ( )
inline

Member Function Documentation

◆ Send()

async Task LeanCloud.Push.LCPush.Send ( )
inline

Member Data Documentation

◆ IOSEnvironmentDev

readonly string LeanCloud.Push.LCPush.IOSEnvironmentDev = "dev"
static

◆ IOSEnvironmentProd

readonly string LeanCloud.Push.LCPush.IOSEnvironmentProd = "prod"
static

Property Documentation

◆ APNsTeamId

string LeanCloud.Push.LCPush.APNsTeamId
getset

◆ APNsTopic

string LeanCloud.Push.LCPush.APNsTopic
getset

◆ Channels

HashSet<string> LeanCloud.Push.LCPush.Channels
getset

◆ CQL

string LeanCloud.Push.LCPush.CQL
getset

◆ Data

Dictionary<string, object> LeanCloud.Push.LCPush.Data
getset

◆ ExpirationInterval

TimeSpan LeanCloud.Push.LCPush.ExpirationInterval
getset

◆ ExpirationTime

DateTime LeanCloud.Push.LCPush.ExpirationTime
getset

◆ FlowControl

int LeanCloud.Push.LCPush.FlowControl
getset

◆ IOSEnvironment

string LeanCloud.Push.LCPush.IOSEnvironment
getset

◆ Notification

LCObject LeanCloud.Push.LCPush.Notification
getset

◆ NotificationId

string LeanCloud.Push.LCPush.NotificationId
getset

◆ PushDate

DateTime LeanCloud.Push.LCPush.PushDate
getset

◆ Query

LCQuery<LCInstallation> LeanCloud.Push.LCPush.Query
getset

◆ RequestId

string LeanCloud.Push.LCPush.RequestId
getset

◆ Target

HashSet<string> LeanCloud.Push.LCPush.Target
getset

The documentation for this class was generated from the following file: