Class PushbulletSettings
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PushbulletSettings
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PushbulletSettings : PerMachineSettings, IEquatable<APIBase>
Properties
EnablePushbullet
Declaration
public bool EnablePushbullet { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PushbulletToken
Enter the Pushbullet token you have generated here.
Declaration
public string PushbulletToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SendProgressScreenshotIntervalMinutes
Free accounts (without a Pro subscription) are limited to 500 pushes per month.
Declaration
public Overridable<int> SendProgressScreenshotIntervalMinutes { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Int32> |
Methods
GeneratePushbulletToken()
Opens a browser to generate a Pushbullet token.
Declaration
public void GeneratePushbulletToken()
Implements
System.IEquatable<T>