Sha256: 2f5c7ae43b093dbcdf2394019ce5e02506bb8fd44680f4fd583a135a33e6ced3
Contents?: true
Size: 398 Bytes
Versions: 4
Compression:
Stored size: 398 Bytes
Contents
module TD::Types # A token for Apple Push Notification service. # # @attr device_token [String, nil] Device token; may be empty to de-register a device. # @attr is_app_sandbox [Boolean] True, if App Sandbox is enabled. class DeviceToken::ApplePush < DeviceToken attribute :device_token, TD::Types::String.optional.default(nil) attribute :is_app_sandbox, TD::Types::Bool end end
Version data entries
4 entries across 4 versions & 2 rubygems