Applicasa.PushNotification.PushNotification C# (CSharp) Method

PushNotification() public method

public PushNotification ( string message, string sound, int badge, int dispatchInMin ) : System
message string
sound string
badge int
dispatchInMin int
return System
        public PushNotification(string message, string sound, int badge,int dispatchInMin)
        {
            innerPush = ApplicasaPushGetWithDispatchTime(message, sound, badge, dispatchInMin);
        }

Same methods

PushNotification::PushNotification ( ) : System
PushNotification::PushNotification ( string message, string sound, int badge ) : System