Sha256: 46ceb73be9e086ed252c2b3a51b07477b474a6492ec7b7a2a2656e0d49c9360f
Contents?: true
Size: 306 Bytes
Versions: 4
Compression:
Stored size: 306 Bytes
Contents
module TD::Types # A token for Microsoft Push Notification Service. # # @attr channel_uri [String, nil] Push notification channel URI; may be empty to de-register a device. class DeviceToken::MicrosoftPush < DeviceToken attribute :channel_uri, TD::Types::String.optional.default(nil) end end
Version data entries
4 entries across 4 versions & 2 rubygems