Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
📝 Update comments to match API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zacronos committed Dec 9, 2018
1 parent ef598fd commit cb5d65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ declare namespace PhonegapPluginPush {
*/
alert?: boolean | string
/**
* If true|"true" the badge will be cleared on app startup. Default is false|"false".
* If true|"true" the badge will be cleared on app startup. Defaults to false|"false".
*/
clearBadge?: boolean | string
/**
Expand All @@ -225,7 +225,7 @@ declare namespace PhonegapPluginPush {
*/
fcmSandbox?: boolean
/**
* If the array contains one or more strings each string will be used to subscribe to a GcmPubSub topic. Note: only usable in conjunction with senderID
* If the array contains one or more strings each string will be used to subscribe to a FcmPubSub topic. Defaults to [].
*/
topics?: string[]
}
Expand Down

0 comments on commit cb5d65f

Please sign in to comment.