Sha256: 557dcea96ebe62732ec1b03054a020a845ba234664eaa88d989c98097e1224fc
Contents?: true
Size: 338 Bytes
Versions: 4
Compression:
Stored size: 338 Bytes
Contents
module TD::Types # A token for Windows Push Notification Services. # # @attr access_token [String, nil] The access token that will be used to send notifications; may be empty to # de-register a device. class DeviceToken::WindowsPush < DeviceToken attribute :access_token, TD::Types::String.optional.default(nil) end end
Version data entries
4 entries across 4 versions & 2 rubygems