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